Enum PageOrientation
Defines the orientation of the Page
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PageOrientation
Examples
<SfDiagramComponent>
<PageSettings Width="500px" Height="400px" @bind-Orientation="PageOrientation.Landscape" />
</SfDiagramComponent>
Fields
| Name | Description |
|---|---|
| Landscape | Display with page Width is more than the page Height |
| Portrait | Display with page Height is more than the page width |