TiSwitchMultiPosition.PositionLabelMargin
TiSwitchMultiPosition See Also
Specifies the margin between the position labels and position label indicators.
property PositionLabelMargin : Integer;
Description
Use PositionLabelMargin to set the margin between the position labels and
position label indicators. The PositionIndicatorMargin value is in pixels. If the
position indicators are not shown, then the margin represents the distance
margin between the position labels and the pointer end.
Example
Delphi
iComponent.PositionLabelMargin := 15;
C++ Builder
iComponent->PositionLabelMargin = 15;
Contents | Index | Previous | Next