TiLogGauge.EndsMargin
TiLogGauge
Specifies the margin at the ends of the control.
property EndsMargin : Integer;
Description
Use EndsMargin to set the margin at the ends of the control. Depending on the
TickLabelFont size, the value of EndsMargin will have to be increased to
prevent clipping of the text. The EndsMargin value is in pixels.
Example
Delphi
iComponent.EndsMargin := 10;
C++ Builder
iComponent->EndsMargin = 10;
Contents | Index | Previous | Next