TiSlidingCompass.Pointer1Style

TiSlidingCompass See Also

Specifies the style of Pointer #1.

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

property Pointer1Style : TiSlidingScalePointerStyle;

Description

Set Pointer1Style to specify the style of Pointer #1.

These are the possible values:

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

Example

Delphi

iComponent.Pointer1Style := isspsDualArrow;

C++ Builder

iComponent->Pointer1Style = isspsDualArrow;

Contents | Index | Previous | Next