TiAngularGauge.Label2AlignHorizontal

TiAngularGauge See Also

Controls the horizontal alignment of Label2.

type TiAlignmentHorizontal = (iahCenter, iahLeft, iahRight);

property Label2AlignHorizontal : TiAlignmentHorizontal;

Description

Set Label2AlignHorizontal to specify how Label2 is aligned horizontally. Label2 is still offset by the Label2OffsetX property no matter what the value of Label2AlignHorizontal.

These are the possible values:

Value
Meaning
iahCenter
Label2 is centered horizontally relative to the arc center.
iahLeft
Label2 is left justified in the control: Begins at the left edge of the control.
iahRight
Label2 is right justified in the control: Ends at the right edge of the control.

Example

Delphi

iComponent.Label2AlignHorizontal := iahCenter;

C++ Builder

iComponent->Label2AlignHorizontal = iahCenter;

Contents | Index | Previous | Next