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