Page Stats
Visitor: 242
The Label control (System.Windows.Forms.Label) is used to display text on the form. Common properties are:
Attributes | Description |
---|---|
AutoSize | If true, the size of the borders of the label control in the designer will be resized automatically depending on the text inside it. |
BorderStyle | Specifies the type of border around the label. |
Font | Used to change the font properties of the text inside the label control. |
Text | The text of the label. |
TextAlign | The alignment of the text inside the Label control. |