ParagraphAlignment Enum
In This Article
Specifies text alignment within a paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Left | Text is aligned to the left of the paragraph. |
Right | Text is aligned to the right of the paragraph. |
Center | Text is aligned to the center of the paragraph. |
Justify | Text is justified to the entire width of the paragraph. |
#Passed To
You can pass ParagraphAlignment values to the Paragraph.Alignment property.
#Remarks
Values listed by this enumeration are used to set the Paragraph.Alignment and ParagraphPropertiesBase.Alignment properties.
See Also