TiPositionComponent.MinMaxPointerSize

TiPositionComponent See Also

Specifies the MinPointer and MaxPointer size.

property MinMaxPointerSize : Integer;

Description

Use MinMaxPointerSize to set the size of the MinPointer and MaxPointer. The MinMaxPointerSize value is in pixels and specifies half the width.

Example

Delphi

iComponent.MinMaxPointerSize := 8;

C++ Builder

iComponent->MinMaxPointerSize = 8;

Note: Not all descendants implement this property.

Contents | Index | Previous | Next