TcxParaAttributes2.Alignment Property
Specifies the paragraph alignment.
Declaration
property Alignment: TcxParaFormat2Alignment read; write;
Property Value
Type |
---|
TcxParaFormat2Alignment |
Remarks
Values include:
Value | Meaning |
---|---|
pfaLeft | The paragraph is aligned with the left margin. |
pfaRight | The paragraph is aligned with the right margin. |
pfaCenter | The paragraph is centered. |
pfaJustify | The paragraph is justified (justification is applied if the rich edit’s Properties.AdvancedTypography property is True). |
See Also