TiSwitchPanel.KnobHandleWidth
TiSwitchPanel
Specifies the width of the Handle of the Knob.
property KnobHandleWidth : Integer;
Description
Use KnobHandleWidth to get or set the width of the Handle. The KnobHandleWidth
value is in pixels.
Example
Delphi
iComponent.KnobHandleWidth := 2;
C++ Builder
iComponent->KnobHandleWidth = 2;
Contents | Index | Previous | Next