Class PageOrientation
Defines the orientation of the Page
Inheritance
System.Object
    PageOrientation
  Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PageOrientation : EnumExamples
<SfDiagramComponent>
<PageSettings Width="500px" Height="400px" @bind-Orientation="PageOrientation.Landscape" />
</SfDiagramComponent>Fields
Landscape
Display with page Width is more than the page Height
Declaration
public const PageOrientation LandscapeField Value
| Type | 
|---|
| PageOrientation | 
Portrait
Display with page Height is more than the page width
Declaration
public const PageOrientation PortraitField Value
| Type | 
|---|
| PageOrientation |