Labels

 

Labels in views have all the properties supported by the Buttons. To see Buttons properties click here.

 

Some Examples of Labels

 

Example 2.2.1: Source

                              

This Example shows how Labels can be used.

@"<Form Text= 'Holidays'>
<Vertical>
<Horizontal>
<Label Name = b1 Text = Label1 BackColor = LightGreen ForeColor = Red/>
<Label Name = b2 Text = Label2 ForeColor = Red BackColor = Yellow/>
</Horizontal>
<Horizontal>
<Label Name = b1 Text = Label3 BackColor = Violet Height = 15 />
<Label Name = b2 Text = Label4 BackColor = Yellow/>
</Horizontal>
</Vertical>
</Form>";
 

 

 

 

<<PREVIOUS  |  NEXT >>