Table of Contents
Enumerations #
Name | Values |
---|---|
Alignments | Left |
Center | |
Right | |
Positions | Left |
Right |
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
LabelPressed | None | None | Raised when the user presses the label. |
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Child | WebUIControl | Nil | The control that is contained within the component’s field portion. |
FieldStyle | GraffitiStyle | Nil | GraffitiStyle applies to the field portion of the component. |
FieldVisible | Boolean | True | Controls the visibility of the field portion of the control. |
IconHeight | Integer | 16 | Height of the IconObject in the label area. |
IconObject | Picture | Nil | Custom icon to be drawn in the label area. |
IconWidth | Integer | 16 | Width of the IconObject in the label area. |
Label | String | “Untitled” | Text to display as the label. |
LabelAlignment | Alignments | Left | Alignment of the Label string within the label area. |
LabelPosition | Positions | Left | Position relative to the Child field. |
LabelStyle | GraffitiStyle | Nil | GraffitiStyle applied to the label portion of the component. |
LabelVisible | Boolean | True | Determines the visibility of the label portion of the component. |
LabelWidth | Integer | -1 | Static width of the label. Use -1 for automatic sizing. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.