Skip to main content

PrintLayoutView.PageHorizontalAlignment Property

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

Namespace: DevExpress.XtraRichEdit

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

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

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.

Available values:

Name Description
Left

Aligns pages to the left.

Right

Aligns pages to the right.

Center

Centers pages.

Remarks

The image below shows a document with the following settings:

PageHorizontalAlignment

See Also