Appearance
|
Style
|
The visual style of the display.
|
style
|
|
int
|
|
7
|
7 Segment
|
14
|
14 Segment
|
34
|
5x7 Matrix
|
|
|
Background Color
|
The color of the background
|
LED Lit
|
The color of lit LED segments
|
LED Unlit
|
The color of unlit LED segments
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Behavior
|
Mode
|
The mode of the display.
|
Number Format Pattern
|
The number formatting string used to format the value.
|
Common
|
Name
|
The name of this component.
|
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
|
Value
|
The numeric value of the display, used when Mode is Numeric
|
Text
|
The text value of the display, used when Mode is Alphanumeric
|
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 display's contents along the X axis
|
Letter Gap
|
The percentage of the height to be used as an inter-character spacing
|
Margin
|
The margin for the interior of the display
|