Skip to main content
All docs
V25.1
  • RichEditPageHorizontalAlignment Enum

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

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v25.1.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.

    Related API Members

    The following properties accept/return RichEditPageHorizontalAlignment values:

    See Also