TiDualCompass.ScaleLabelMargin

TiDualCompass See Also

Specifies the margin between the edge of the Scale Labels and the inner-edge of the doughnut-shaped area behind the pointers.

property ScaleLabelMargin : Integer;

Description

Use ScaleLabelMargin to get or set the margin between the edge of the control and the edge of the doughnut-shaped area behind the pointers. The ScaleLabelMargin value is in pixels.

Example

Delphi

iComponent.ScaleLabelMargin := 5;

C++ Builder

iComponent->ScaleLabelMargin = 5;

Contents | Index | Previous | Next