TiSlidingCompass.Pointer2Style

TiSlidingCompass See Also

Specifies the style of Pointer #2.

type TiSlidingScalePointerStyle = (isspsDualArrow, isspsArrow, isspsPointer, isspsLine);

property Pointer2Style : TiSlidingScalePointerStyle;

Description

Set Pointer2Style to specify the style of Pointer #2.

These are the possible values:

Value
Meaning
isspsDualArrow
Dual Triangles and side lengths equal to Pointer2Size.
isspsArrow
Triangle only and side lengths equal to Pointer2Size.
isspsPointer
Triangle with a box and side lengths equal to Pointer2Size.
isspsLine
Line running perpendicular through the Scale Background Area and equal in width to Pointer2LineWidth.

Example

Delphi

iComponent.Pointer2Style := isspsDualArrow;

C++ Builder

iComponent->Pointer2Style = isspsDualArrow;

Contents | Index | Previous | Next