DiagramPageOrientation Enum
In This Article
Specifies the page orientation.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramPageOrientation
#Members
Name | Description |
---|---|
Portrait
|
A portrait orientation. |
Landscape
|
A landscape orientation. |
See Also