TAlignment Enumeration

Represents type TAlignment.

Namespace: System.UI.Controls
type
 TAlignment = (taLeftJustify, taRightJustify, taCenter);

The TAlignment type exposes the following members.

Show:
 NameDescription
taCenter

Represents constant taCenter.

taLeftJustify

Represents constant taLeftJustify.

taRightJustify

Represents constant taRightJustify.

Top