alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved