TiSlidingScale.PointerStyle

TiSlidingScale See Also

Specifies the Pointer style.

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

property PointerStyle : TiSlidingScalePointerStyle;

Description

Set PointerStyle to specify the Pointer style.

These are the possible values:

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

Example

Delphi

iComponent.PointerStyle := isspsDualArrow;

C++ Builder

iComponent->PointerStyle = isspsDualArrow;

Contents | Index | Previous | Next