menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutType

    Specifies the type of the layout that Diagram can be aligned its nodes and connectors.

    Inheritance
    System.Object
    LayoutType
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LayoutType : Enum
    Examples
    <SfDiagramComponent >
        <DataSourceSettings ID = "Id" ParentID="Team" DataSource="@DataSource"></DataSourceSettings>   
        <Layout Type = "LayoutType.OrganizationalChart">
        </Layout>
    </SfDiagramComponent>

    Fields

    ComplexHierarchicalTree

    Defines the type of layout as a Complex Hierarchical Tree.

    Declaration
    public const LayoutType ComplexHierarchicalTree
    Field Value
    Type
    LayoutType

    Flowchart

    Arranges nodes in a flowchart structure, suitable for representing processes or workflows.

    Declaration
    public const LayoutType Flowchart
    Field Value
    Type
    LayoutType

    HierarchicalTree

    Defines the type of layout as a Hierarchical Tree.

    Declaration
    public const LayoutType HierarchicalTree
    Field Value
    Type
    LayoutType

    MindMap

    Defines the type of layout as a Mind Map.

    Declaration
    public const LayoutType MindMap
    Field Value
    Type
    LayoutType

    None

    None of the layouts are applied.

    Declaration
    public const LayoutType None
    Field Value
    Type
    LayoutType

    OrganizationalChart

    Defines the type of layout as an Organizational Chart.

    Declaration
    public const LayoutType OrganizationalChart
    Field Value
    Type
    LayoutType

    RadialTree

    Represents the type of Radial Tree layout, which defines the arrangement of nodes in a radial tree structure.

    Declaration
    public const LayoutType RadialTree
    Field Value
    Type
    LayoutType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved