TiSlidingCompass.TitleAlignment

TiSlidingCompass See Also

Specifies the horizontal alignment style of the title.

type TiAlignmentSideVertical = (iasvTop, iasvBottom);

property
TitleAlignment : TiAlignmentSideVertical;

Description

Use TitleAlignment to specify the alignment style of the title.

These are the possible values:

Value
Meaning
iasvTop
Title is aligned with the top of the control
iasvBottom
Title is aligned with the bottom of the control.

Note: The Orientation property has no effect on the alignment of the Title.

Example

Delphi

iComponent.TitleAlignment := iasvTop;

C++ Builder

iComponent->TitleAlignment = iasvTop;

Contents | Index | Previous | Next