TiDualCompass.Pointer1Width
TiDualCompass See Also
Specifies the width of Pointer #1.
property Pointer1Width : Integer;
Description
Use Pointer1Width to change the width of Pointer #1. The CenterDisplayWidth is
in pixels.
Example
Delphi
iComponent.Pointer1Width := 4;
C++ Builder
iComponent->Pointer1Width = 4;
Contents | Index | Previous | Next