| Alignment |
Aligns caption within border. |
| Appearance |
Selects 3-D or flat appearance. |
| AutoSize |
If True, the label is resized to fit the text specifed
by the caption property. If False, the label will remain the
size defined at design time and the text may be clipped. |
| BorderStyle |
Determines type of border. |
| Caption |
String to be displayed in box. |
| Font |
Sets font type, style, size. |
| WordWrap |
Works in conjunction with AutoSize property.
If AutoSize = True, WordWrap = True, then the text will
wrap and label will expand vertically to fit the Caption.
If AutoSize = True, WordWrap = False, then the text will
not wrap and the label expands horizontally to fit the Caption.
If AutoSize = False, the text will not wrap regardless of WordWrap
value. |