DiagramPageOrientation Enum
Lists page orientations.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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