ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class LayoutType

    Defines the types of the automatic layout None - None of the layouts is applied HierarchicalTree - Defines the type of the layout as Hierarchical Tree OrganizationalChart - Defines the type of the layout as Organizational Chart ComplexHierarchicalTree - Defines the type of the layout as complex HierarchicalTree RadialTree - Defines the type of the layout as Radial tree

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

    Fields

    ComplexHierarchicalTree

    Declaration
    public const LayoutType ComplexHierarchicalTree
    Field Value
    Type Description
    LayoutType

    HierarchicalTree

    Declaration
    public const LayoutType HierarchicalTree
    Field Value
    Type Description
    LayoutType

    MindMap

    Declaration
    public const LayoutType MindMap
    Field Value
    Type Description
    LayoutType

    None

    Declaration
    public const LayoutType None
    Field Value
    Type Description
    LayoutType

    OrganizationalChart

    Declaration
    public const LayoutType OrganizationalChart
    Field Value
    Type Description
    LayoutType

    RadialTree

    Declaration
    public const LayoutType RadialTree
    Field Value
    Type Description
    LayoutType

    SymmetricalLayout

    Declaration
    public const LayoutType SymmetricalLayout
    Field Value
    Type Description
    LayoutType

    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