TiSlidingCompass.Pointer2LineWidth

TiSlidingCompass See Also

Specifies the width of the Pointer #2 Line.

property Pointer2LineWidth : Integer;

Description

Use Pointer2LineWidth to read or change the Line Width of Pointer #2. The Pointer2LineWidth value is in pixels.

Example

Delphi

iComponent.Pointer2LineWidth := 10;

C++ Builder

iComponent->Pointer2LineWidth = 10;

Contents | Index | Previous | Next