TiSwitchPanel.KnobHandleColor

TiSwitchPanel

Specifies the color used to draw the Knob Handle.

property KnobHandleColor : TColor;

Description

Use KnobHandleColor to get or set the color of the Knob Handle.

Example

Delphi

iComponent.KnobHandleColor := clBlack;

C++ Builder

iComponent->KnobHandleColor = clBlack;

Contents | Index | Previous | Next