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

    Lists page orientations.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public enum DiagramPageOrientation

    Members

    Name Description
    Portrait

    A portrait orientation.

    Landscape

    A landscape orientation.

    Related API Members

    The following properties accept/return DiagramPageOrientation values:

    Remarks

    Use the Orientation property to specify the page orientation.

    <dx:ASPxDiagram ID="Diagram" runat="server" Units="Cm" >
        <SettingsPage Width="21" Height="29.7" Color="#ccffcc" Orientation="Landscape" />
    </dx:ASPxDiagram>
    
    See Also