TiSlidingCompass.Pointer1LineWidth
TiSlidingCompass See Also
Specifies the width of the Pointer #1 Line.
property Pointer1LineWidth : Integer;
Description
Use Pointer1LineWidth to read or change the line width of Pointer #1. The
Pointer1LineWidth value is in pixels.
Example
Delphi
iComponent.Pointer1LineWidth := 10;
C++ Builder
iComponent->Pointer1LineWidth = 10;
Contents | Index | Previous | Next