TiSwitchLed.BorderHighlightColor

TiSwitchLed

Specifies the color of the border highlight.

property BorderHighlightColor : TColor;

Description

Use BorderHighlightColor to get or set the color of the Border Highlight of the component..

Example

Delphi

iComponent.BorderHighlightColor := clWhite;

C++ Builder

iComponent->BorderHighlightColor = clWhite;

Contents | Index | Previous | Next