TiSwitchLed.BorderShadowColor
TiSwitchLed
Specifies the color of the border shadow highlight.
property BorderShadowColor : TColor;
Description
Use BorderShadowColor to get or set the color of the Border Shadow Highlight
of the component.
Example
Delphi
iComponent.BorderShadowColor := clWhite;
C++ Builder
iComponent->BorderShadowColor = clWhite;
Contents | Index | Previous | Next