Appearance
|
Font
|
Font of text of this component
|
Foreground Color
|
The foreground color of the component.
|
foreground
|
|
Color
|
|
bindable
|
|
Background Color
|
The background color of the component.
|
background
|
|
Color
|
|
bindable
|
|
Image Path
|
The relative path of the image.
|
Disabled Image Path
|
The relative path of the image to be displayed when this component is not enabled.
|
disabledPath
|
|
String
|
|
expert
|
|
Icon-Text Spacing
|
The space (in pixels) between the icon (if any) and the text (if any)
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
State
|
The current state of the component.
|
Text
|
Text of this Label
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|
Layout
|
Horizontal Alignment
|
Determines the alignment of the label's contents along the X axis
|
horizontalAlignment
|
|
int
|
|
2
|
Left
|
0
|
Center
|
4
|
Right
|
10
|
Leading
|
11
|
Trailing
|
|
|
Horizontal Text Position
|
Determines the horizontal position of the label's text, relative to its image
|
horizontalTextPosition
|
|
int
|
|
expert
|
|
2
|
Left
|
0
|
Center
|
4
|
Right
|
10
|
Leading
|
11
|
Trailing
|
|
|
Vertical Alignment
|
Determines the alignment of the label's contents along the Y axis
|
Vertical Text Position
|
Determines the vertical position of the label's text, relative to its image
|
verticalTextPosition
|
|
int
|
|
expert
|
|
|
|