ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutOrientation - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutOrientation

    Defines the orientation of the layout TopToBottom - Renders the layout from top to bottom BottomToTop - Renders the layout from bottom to top LeftToRight - Renders the layout from left to right RightToLeft - Renders the layout from right to left

    Inheritance
    System.Object
    LayoutOrientation
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class LayoutOrientation : Enum

    Fields

    BottomToTop

    Declaration
    public const LayoutOrientation BottomToTop
    Field Value
    Type Description
    LayoutOrientation

    LeftToRight

    Declaration
    public const LayoutOrientation LeftToRight
    Field Value
    Type Description
    LayoutOrientation

    RightToLeft

    Declaration
    public const LayoutOrientation RightToLeft
    Field Value
    Type Description
    LayoutOrientation

    TopToBottom

    Declaration
    public const LayoutOrientation TopToBottom
    Field Value
    Type Description
    LayoutOrientation

    value__

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