1. Modify the TitleText properties of mobile form
Input need to display the title, 1;
2. Modify the TitleStyle property of mobile form
This includes the Image property (form icon), the BackColor Property (window title bar background color), the TextColor Property (window title bar text color), and the TextAlign property (the horizontal direction of the form title bar text), 2;
A.image Property (Titleimage)
Set the form icon, set the Image property to "COMs" 3, figure 4;
|
|
|
|
Figure 1 |
Figure 2 |
Figure 3 |
Figure 4 |
B.backcolor Property
Set the window title bar background color, set the BackColor property to "Dimgray", 5;
C.textcolor Property
Sets the window title bar text color, the default setting is "white";
If the TextColor property is set to "Red", 6, Figure 7;
|
|
|
Figure 5 |
Figure 6 |
Figure 7 |
D.textalign Property
Sets the horizontal orientation of the form's title bar text, which is set to "Center" by default;
If the TextAlign property is set to "left", 8, figure 9;
F.statusbarstyle Property
Set the color of the status bar font, the default setting is "Light", that is, white, 10;
Set this property to "Default", which is black.
|
|
|
Figure 8 |
Figure 9 |
Figure 10 |
H.titlevisable Property
Sets whether the title bar is displayed, the default setting is "True", that is, the title bar is displayed, 11;
If the property is set to "False", that is, the title bar is not displayed, the phone display effect 12;
3, mobile phone effect display
. NET Language app development platform--smobiler Learning log: How to set the title of the page