Skip to main content

RichEditPageHorizontalAlignment Enum

Lists values that specify how to align pages in the PrintLayoutView.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public enum RichEditPageHorizontalAlignment

Members

Name Description
Left

Aligns pages to the left.

Right

Aligns pages to the right.

Center

Centers pages.

Related API Members

The following properties accept/return RichEditPageHorizontalAlignment values:

See Also