RichEditPageHorizontalAlignment Enum
Lists values that specify how to align pages in the PrintLayoutView.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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