Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Orientation

    Show / Hide Table of Contents

    Class Orientation

    Specifies a value that indicates whether to align the split panes horizontally or vertically.

    Inheritance
    System.Object
    Orientation
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Orientation : Enum

    Fields

    Horizontal

    Defines Splitter as Horizontal.

    Declaration
    public const Orientation Horizontal
    Field Value
    Type Description
    Orientation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Defines Splitter as Vertical.

    Declaration
    public const Orientation Vertical
    Field Value
    Type Description
    Orientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved