Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditPageHorizontalAlignment Enum

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public enum RichEditPageHorizontalAlignment

Members

Name Description
Left

Aligns pages to the left.

Right

Aligns pages to the right.

Center

Centers pages.

See Also