Properties
About
Displays the about dialog box for the NED Round LED control.
[Back to
Top]
BorderDarkColor
Sets the color of the shadow area of the border. This is the color of the lower right part
of the border when the border style is set to "Raised", and the color of the upper left part
of the control when the border style is set to "Lowered".
[Back to
Top]
BorderLightColor
Color of the border in the "light" region, which would be the upper left part of the border when the border style is set to "raised". This would be the color of the lower right part of the border when the border style is set to "lowered".
[Back to
Top]
BorderStyle
"Lowered" or "Raised". The default is "Raised", where the upper left area of the border is a light color and
the lower right is a dark color. "Lowered" is when the upper left area is a dark color and the lower right is a light color.
[Back to
Top]
BorderWidth
The width of the border in pixels. The border is the area between the outer and inner bevels.
[Back to
Top]
LightState
Whether the light is "on" or "off". This is 1 for on and 0 for off. If set to on, the color of the led
is set to the OnColor property. If set to off, then the color is determined by the OffColor property.
[Back to
Top]
OffColor
The color of the LED when the LightState property is set to off.
[Back to
Top]
OnColor
The color of the LED when the LightState property is set to on.
[Back to Top]
OuterBevelDarkColor
The color of the outer bevel on its lower and right edges when the OuterBevelStyle is set to Raised.
The color of the outer bevel on its upper left edges when the OuterBevelStyle is set to Lowered.
[Back to Top]
OuterBevelLightColor
The color of the outer bevel on its upper and right left when the OuterBevelStyle is set to Raised.
The color of the outer bevel on its lower and right edges when the OuterBevelStyle is set to Lowered.
[Back to Top]
OuterBevelStyle
The style of the outer bevel. 0 is Lowered and 1 is Raised.
[Back to
Top]
OuterBevelWidth
The width of the outer bevel in pixels.
[Back to
Top]
|