Class BeginNodeLayoutEventArgs
Provides data for the BeginNodeLayout event.
Inheritance
System.Object
BeginNodeLayoutEventArgs
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class BeginNodeLayoutEventArgs : EventArgs
Constructors
BeginNodeLayoutEventArgs(Node, ChartType, Orientation, Boolean)
Declaration
public BeginNodeLayoutEventArgs(Node node, ChartType type, Orientation orientation, bool hasSubTree)
Parameters
Type | Name | Description |
---|---|---|
Node | node | |
ChartType | type | |
Orientation | orientation | |
System.Boolean | hasSubTree |
Properties
HasChildNodes
Gets or sets a value indicating whether gets or sets whether child nodes or not.
Declaration
public bool HasChildNodes { get; set; }
Property Value
Type |
---|
System.Boolean |
Node
Gets the Item.
Declaration
public Node Node { get; }
Property Value
Type |
---|
Node |
Orientation
Gets or sets the Orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
Orientation |
Type
Gets or sets the ChartType.
Declaration
public ChartType Type { get; set; }
Property Value
Type |
---|
ChartType |