Skip to main content

Paragraph.Alignment Property

Gets or sets text alignment within a paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

public abstract ParagraphAlignment Alignment { get; set; }

#Property Value

Type Description
ParagraphAlignment

A ParagraphAlignment enumeration value.

See Also