Class LayoutInfoArgs
Method argument for customizing the orientation of trees/sub-trees
Inheritance
System.Object
LayoutInfoArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class LayoutInfoArgs : Object
Properties
Assistants
By default, the collection is empty.When any of the child nodes have to be set asAssistant, you can remove from children collection and have to insert into assistants collection.
Declaration
public List<object> Assistants { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Object> |
Children
Gets or sets the Collection of Children, each children represents the Node.
Declaration
public List<INode> Children { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<INode> |
HasSubTree
Gets whether the node contains subtrees.
Declaration
public bool HasSubTree { get; }
Property Value
Type |
---|
System.Boolean |
Item
Gets the layout item to be modified.
Declaration
public INode Item { get; }
Property Value
Type |
---|
INode |
Orientation
Gets or sets the organizational chart orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |
Type
Gets or sets the Type of the Chart.
Declaration
public ChartType Type { get; set; }
Property Value
Type |
---|
ChartType |