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