TiAngularLogGauge.Label2AlignVertical

TiAngularLogGauge

Controls the vertical alignment of Label2.

type TiAlignmentVertical = (iavCenter, iavTop, iavBottom);

property Label2AlignVertical : TiAlignmentVertical;

Description

Set Label2AlignVertical to specify how Label2 is aligned vertically. Label2 is still offset by the Label2OffsetY property no matter what the value of Label2AlignVertical.

These are the possible values:

Value
Meaning
iavCenter
Label1 is centered vertically relative to the arc center.
iavTop
Label1 is top-justified in the control: Begins at the top edge of the control.
iavBottom
Label1 is bottom-justified in the control: Ends at the bottom edge of the control.

Example

Delphi

iComponent.Label2AlignVertical := iavCenter;

C++ Builder

iComponent->Label2AlignVertical = iavCenter;

Contents | Index | Previous | Next