TiPositionComponent.MinMaxPointerMargin

TiPositionComponent See Also

Specifies the MinPointer and MaxPointer margin from the position indicator or scale.

property MinMaxPointerMargin : Integer;

Description

Use MinMaxPointerMargin to set the distance of the MinPointer and MaxPointer from the position indicator or scale. The MinMaxPointerMargin value is in pixels.

Example

Delphi

iComponent.MinMaxPointerMargin := 5;

C++ Builder

iComponent->MinMaxPointerMargin = 5;

Note: Not all descendants implement this property.

Contents | Index | Previous | Next