TiSwitchPanel.KnobInnerColor

TiSwitchPanel

Specifies the color used to draw the inner portion of the Switch Panel Knob.

property KnobInnerColor : TColor;

Description

Use KnobInnerColor to get or set the color of the inner portion of the Switch Panel Knob.

Example

Delphi

iComponent.KnobInnerColor := clWhite;

C++ Builder

iComponent->KnobInnerColor = clWhite;

Contents | Index | Previous | Next