TiSlidingCompass.Pointer2Position

TiSlidingCompass See Also

Specifies the current value represented by Pointer #2.

property Pointer2Position : Double;

Description

Use Pointer2Position to get or set the value represented by Pointer #2. Pointer1Position can be positive or negative and can also be multiples of 360. Note: the actual coordinates are relative to the scale labels, which are moved/set by the Pointer1Position property.

The Sliding Compass has a circular, 360 degree scale. If you use values below 0 or above 360, you would simply wrap around the scale.

Example

Delphi

iComponent.Pointer2Position := 65;

C++ Builder

iComponent->Pointer2Position = 65;

Contents | Index | Previous | Next