PrintLayoutView.PageHorizontalAlignment Property
Gets or sets the horizontal alignment of pages in the PrintLayoutView.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.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 is Left;
RichEditView.ZoomFactor is 9%.
See Also