Skip to main content

ParagraphAlignment Enum

Specifies text alignment within a paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public enum ParagraphAlignment

#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