The properties defined in the Label class are summarized in the following table.
Property | Description |
---|---|
alignment | Contains the placement of the text in the control |
autoSize | Specifies whether a control is automatically resized to fit its contents |
caption | Contains the control caption |
formatOut | Contains system-defined formats of data when printing labels |
hyperlink | Contains a hyperlink string that is programmatically attached to the label control |
noPrefix | Specifies whether the character following a single ampersand (&) is underlined in the caption of a label |
transparent | Causes the control to be placed above all other sibling controls and the controls or form underneath to be visible |
wordWrap | Specifies whether text displayed in a caption advances to the next line of the control when the current line is filled |
For details, see "Window, Form, and Control Properties", later in this document.