Class BeginNodeLayoutEventArgs
Provides data for the BeginNodeLayout event.
Inheritance
System.Object
BeginNodeLayoutEventArgs
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class BeginNodeLayoutEventArgs : Object
Properties
HasChildNodes
Gets or sets a value indicating whether tree has child or not.
Declaration
public bool HasChildNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Check whether the tree has child or not. |
Node
Gets the current node which is layout.
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 |