TiSwitchPanel.KnobOuterColor

TiSwitchPanel

Specifies the color used to draw the outer ring of the Switch Panel Knob.

property KnobOuterColor : TColor;

Description

Use KnobOuterColor to get or set the color of the outer ring of the Switch Panel Knob.

Example

Delphi

iComponent.KnobOuterColor := clWhite;

C++ Builder

iComponent->KnobOuterColor = clWhite;

Contents | Index | Previous | Next