TiLedRectangle.CenterLabelAlignment

TiLedRectangle See Also

Specifies the center label alignment style.

type TiAlignmentHorizontal = (iahCenter, iahLeft, iahRight);

property CenterLabelAlignment : TiAlignmentHorizontal;

Description

Use IndicatorStyle to get or set the center label alignment style.

These are the possible values:

Value
Meaning
iahCenter
Text is centered in the control.
iahLeft
Text is left justified: Begins at the left edge of the control.
iahRight
Text is right justified: Ends at the right edge of the control.

Example

Delphi

iComponent.CenterLabelAlignment := iahCenter;

C++ Builder

iComponent->CenterLabelAlignment = iahCenter;

Contents | Index | Previous | Next