Icon TAlertOrientation

Unit: WebLabels

TAlertOrientation = (aoLeft,aoRight)

Available In: Client Applications

The TAlertOrientation enumerated type is used with the TAlertLabel component to specify the orientation of the label's caption.

ElementDescription
aoLeftThe label's caption will be positioned at the left side of the label.
aoRightThe label's caption will be positioned at the right side of the label.
Image