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 | Description |
---|---|
LayoutType |
HierarchicalTree
Defines the type of layout as a Hierarchical Tree.
Declaration
public const LayoutType HierarchicalTree
Field Value
Type | Description |
---|---|
LayoutType |
MindMap
Defines the type of layout as a Mind Map.
Declaration
public const LayoutType MindMap
Field Value
Type | Description |
---|---|
LayoutType |
None
None of the layouts are applied.
Declaration
public const LayoutType None
Field Value
Type | Description |
---|---|
LayoutType |
OrganizationalChart
Defines the type of layout as an Organizational Chart.
Declaration
public const LayoutType OrganizationalChart
Field Value
Type | Description |
---|---|
LayoutType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |