TiSwitchPanel.KnobSideMargin

TiSwitchPanel

Specifies the margin between the side edges of the rectangular area holding the Knob.

property KnobSideMargin : Integer;

Description

Use KnobSideMargin to get or set the margin between the side edges of the control and the internally drawn Knob. This property is only used when the KnobRadiusAutoSize property is TRUE. The KnobSideMargin property is in pixels.

Example

Delphi

iComponent.KnobSideMargin := 5;

C++ Builder

iComponent->KnobSideMargin = 5;

Contents | Index | Previous | Next