menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageOrientation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved