TiSwitchRotary.PointerLength
TiSwitchRotary See Also
Specifies the length of the pointer.
property PointerLength : Integer;
Description
Use PointerLength to get or set the length of the pointer. The PointerLength
value is in pixels.
Example
Delphi
iComponent.PointerLength := 25;
C++ Builder
iComponent->PointerLength = 25;
Contents | Index | Previous | Next