Class TreeInfo
Represents the behavior and appearance of the tree.
Inheritance
System.Object
TreeInfo
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeInfo : Object
Constructors
TreeInfo()
Declaration
public TreeInfo()
Properties
AlignmentType
Specifies the type of subtree alignments in a layout.
Declaration
public SubTreeAlignmentType AlignmentType { get; set; }
Property Value
Type |
---|
SubTreeAlignmentType |
Assistants
Represents the tree assistants.
Declaration
public List<string> Assistants { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
Children
Represents the children in the tree .
Declaration
public List<string> Children { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
EnableRouting
Specifies whether the route has to be enabled or not.
Declaration
public bool EnableRouting { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableSubTree
Enables or disables the sub tree.
Declaration
public bool EnableSubTree { get; set; }
Property Value
Type |
---|
System.Boolean |
HasSubTree
Represents the type that enables or disables the sub tree.
Declaration
public bool HasSubTree { get; set; }
Property Value
Type |
---|
System.Boolean |
IsRootInverse
Represents the type that enables or disables the root inverse.
Declaration
public bool IsRootInverse { get; set; }
Property Value
Type |
---|
System.Boolean |
Level
Sets the level of the tree. It is a double-type.
Declaration
public int Level { get; set; }
Property Value
Type |
---|
System.Int32 |
Offset
Specifies the position of the node to be arranged.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
Orientation
Arranges the child nodes with the parent based on its type.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
Orientation |
Rows
Represents the rows of a tree.
Declaration
public Nullable<int> Rows { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |