About
Displays the about box for the contols.
[back to top]
Value
The numeric value displayed in the control.
[back to top]
NumPositions
The number of positions (digits) the control can display.
[back to top]
LeadingZero
TRUE indicates unused digits are displayed as zero.
FALSE indicates unused digits are displayed as blank.
[back to top]
BackColor
The color of the background the digits are displayed on.
[back to top]
ForeColor
The color of the digits.
[back to top]
ShowDecimal
TRUE indicates that a decimal point will be displayed.
FALSE indicates that no decimal point will be displayed.
[back to top]
DecimalPosition
A numeric value that indicates which position will contain
the decimal point. For example,
0 = to the right of the ONES position
1 = to the right of the tens position
etc...
[back to top]
Analog LED PROPERTIES
----------------------------
DarkColor
The color of the unlit LED's.
[back to top]
HighliteColor
The color of the highlite portion of the control for 3D shading.
[back to top]
InnerSpace
The amount of space between LED segments.
[back to top]
LEDType
The orientation of the control.
TRUE - Vertical Control
FALSE - Horizontal Control
[back to top]
Direction
The direction the LED's light up in.
TRUE - Reverse direction
FALSE - Normal direction
[back to top]
LightColor
The color of the lit LED's.
[back to top]
NumSegments
The number of LED's to display.
[back to top]
Outline
TRUE - Draw a segment outline.
FALSE - No Segment outline is drawn.
[back to top]
OutlineColor
The color of the segment outline if it is drawn.
[back to top]
ShadowColor
The color of the shadow portion of the control for 3D shading.
[back to top]
SideSpace
The amount of space between the side of the control and the first
LED segment.
[back to top]
Thickness
How thick each segment should be.
[back to top]
Value
The current value of the control.
[back to top]
MinValue
The minimum value of the control.
[back to top]
MaxValue
The maximum value of the control.
[back to top]
BackColor
The background color of the control.
[back to top]
LoLightColor
Color of the lit lobound LEDs.
[back to top]
LoDarkColor
Color of the unlit lobound LEDs.
[back to top]
HiLightColor
Color of the lit hibound LEDs.
[back to top]
HiDarkColor
Color of the unlit hibound LEDs.
[back to top]
LoBound
Low bound coloring area.
[back to top]
HiBound
High bound coloring area.
[back to top]
RoundSegment
TRUE - Draw round segments.
FALSE - Draw rectangle segments.
[back to top]