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

PrintLayoutView.PageHorizontalAlignment Property

Gets or sets the horizontal alignment of pages in the PrintLayoutView.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(RichEditPageHorizontalAlignment.Center)]
public RichEditPageHorizontalAlignment PageHorizontalAlignment { get; set; }

Property Value

Type Default Description
RichEditPageHorizontalAlignment **Center**

An enumeration member that specifies how to align pages in the view.

Remarks

The image below shows a document with the following settings:

PageHorizontalAlignment

See Also