TcxParaAttributes2.Alignment Property
In This Article
Specifies the paragraph alignment.
#Declaration
Delphi
property Alignment: TcxParaFormat2Alignment read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
pfa |
The paragraph is aligned with the left margin. |
pfa |
The paragraph is aligned with the right margin. |
pfa |
The paragraph is centered. |
pfa |
The paragraph is justified (justification is applied if the rich edit’s Properties. |
See Also