Back to Devexpress

DiagramPageOrientation Enum

aspnet-devexpress-dot-web-dot-aspxdiagram-9b9c4e92.md

latest1.3 KB
Original Source

DiagramPageOrientation Enum

Lists page orientations.

Namespace : DevExpress.Web.ASPxDiagram

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DiagramPageOrientation
vb
Public Enum DiagramPageOrientation

Members

NameDescription
Portrait

A portrait orientation.

| | Landscape |

A landscape orientation.

|

The following properties accept/return DiagramPageOrientation values:

Remarks

Use the Orientation property to specify the page orientation.

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

See Also

DevExpress.Web.ASPxDiagram Namespace