Skip to main content
A newer version of this page is available. .

DiagramPageOrientation Enum

Lists page orientations.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.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