Class TreeLayoutBase
Represents the abstract base class for all types of tree layout representation.
Implements
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public abstract class TreeLayoutBase : LayoutBase, ILayout, IInternalLayout
Constructors
TreeLayoutBase()
Declaration
protected TreeLayoutBase()
Properties
HorizontalSpacing
Gets or sets the horizontal spacing between the nodes.
Declaration
public double HorizontalSpacing { get; set; }
Property Value
Type |
---|
System.Double |
VerticalSpacing
Gets or sets VerticalSpacing.
Declaration
public double VerticalSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Gets or sets the vertical spacing between the nodes. |