TiCompass.PointerMargin
TiCompass See Also
Specifies the margin between the pointer and the raised center of the control.
property PointerMargin : Integer;
Description
Use PointerMargin to get or set the margin between the pointer and the raised
center of the control. The PointerMargin value is in pixels.
Example
Delphi
iComponent.PointerMargin := 5;
C++ Builder
iComponent->PointerMargin = 5;
Contents | Index | Previous | Next