TiThermometer.EndsMargin
TiThermometer
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 := 5;
C++ Builder
iComponent->EndsMargin = 5;
Contents | Index | Previous | Next