TiSwitchMultiPosition.PositionIndicatorMargin
TiSwitchMultiPosition See Also
Specifies the position indicator margin from the end of the pointer.
property PositionIndicatorMargin : Integer;
Description
Use PositionIndicatorMargin to get or set the distance of the position
indicator from the end of the pointer. The PositionIndicatorMargin value is in pixels.
Example
Delphi
iComponent.PositionIndicatorMargin := 10;
C++ Builder
iComponent->PositionIndicatorMargin = 10;
Contents | Index | Previous | Next