TiDualCompass.Pointer2Width
TiDualCompass See Also
Specifies the width of Pointer #2.
property Pointer2Width : Double;
Description
Use Pointer2Width to change the width of Pointer #2. Pointer2Width is a value
based on the height of the visible section of the doughnut-shaped area that
Pointer#2 is contained. If Pointer2Width is 0.5, then the Pointer #2's width is
one half the height of that doughnut. The absolute pixel width depends on the ScaleFont text height and the ScaleLabelMargin properties.
Example
Delphi
iComponent.Pointer2Width := 0.5;
C++ Builder
iComponent->Pointer2Width = 0.5;
Contents | Index | Previous | Next