menu

Blazor

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

    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 Description
    PageOrientation

    Portrait

    Display with page Height is more than the page width

    Declaration
    public const PageOrientation Portrait
    Field Value
    Type Description
    PageOrientation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved