Class PageOrientation
Specifies the orientation of the page.
Inheritance
System.Object
PageOrientation
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class PageOrientation : Enum
Fields
Landscape
Enables the PageOrientation as horizontal in which the width is longer than the height.
Declaration
public const PageOrientation Landscape
Field Value
Type |
---|
PageOrientation |
Portrait
Enables the PageOrientation as vertical in which the height is longer than the width.
Declaration
public const PageOrientation Portrait
Field Value
Type |
---|
PageOrientation |