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 : Enum
Examples
<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 Landscape
Field Value
Type |
---|
PageOrientation |
Portrait
Display with page Height is more than the page width
Declaration
public const PageOrientation Portrait
Field Value
Type |
---|
PageOrientation |