TcxEditAlignment Class
In This Article
Defines the horizontal and vertical alignments of an editor’s contents.
#Declaration
Delphi
TcxEditAlignment = class(
TPersistent
)
#Remarks
The TcxEditAlignment class represents the alignment of an editor’s contents, which is set via the TcxCustomEditProperties.Alignment property. The Horz and Vert properties specify the horizontal and vertical alignments respectively.
#Inheritance
TObject
TPersistent
TcxEditAlignment
See Also