Skip to main content

TcxEditVertAlignment Enum

Enumerates types of vertical alignments for editor’s contents.

Declaration

TcxEditVertAlignment = (
    taTopJustify,
    taBottomJustify,
    taVCenter
);

Members

Name
taTopJustify
taBottomJustify
taVCenter

Remarks

The vertical alignment of editor’s contents is set via the Vert property of the TcxCustomEditProperties.Alignment object. The TcxEditVertAlignment type enumerates possible values of the vertical alignment.

Value Meaning
taTopJustify The editor value is aligned to the top.
taBottomJustify The editor value is aligned to the bottom.
taVCenter The editor value is centered vertically.

See Also