TiSlidingCompass.Pointer1Size
TiSlidingCompass See Also
Specifies the size of Pointer #1.
property Pointer1Size : Integer;
Description
Use Pointer1Size to read or change the pointer size. The Pointer1Size value
is in pixels and refers to Pointer #1's height. Pointer #1's Width and the
Height/Width of the Scale Background Area are automatically and proportionally
adjusted.
Example
Delphi
iComponent.Pointer1Size := 10;
C++ Builder
iComponent->Pointer1Size = 10;
Note: Has no effect if Pointer1Style = isspsLine since the pointers are essentially hidden, except for the Pointer
Line.
Contents | Index | Previous | Next