TiSlidingCompass.Pointer2Size

TiSlidingCompass See Also

Specifies the size of Pointer #2.

property Pointer2Size : Integer;

Description

Use Pointer2Size to read or change the pointer size. The Pointer2Size value is in pixels and refers to Pointer #2's height. Pointer #2's Width and the Height/Width of the Scale Background Area are automatically and proportionally adjusted.

Example

Delphi

iComponent.Pointer2Size := 10;

C++ Builder

iComponent->Pointer2Size = 10;

Note: Has no effect if Pointer2Style = isspsLine since the pointers are essentially hidden, except for the Pointer Line.

Contents | Index | Previous | Next