Class SiblingSpace
Represents a SiblingSpace between layout node.
Inheritance
System.Object
SiblingSpace
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class SiblingSpace : Object
Constructors
SiblingSpace(Single, Single)
Initializes a new instance of the SiblingSpace class. Create the SiblingSpace instance with specified previous and next.
Declaration
public SiblingSpace(float previous, float next)
Parameters
Type | Name | Description |
---|---|---|
System.Single | previous | Previous space value of the node. |
System.Single | next | Next space value of the node. |
Properties
Next
Gets or sets the next space value of the node.
Declaration
public float Next { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Defines Node Next Space. |
Previous
Gets or sets the previous space value of the node.
Declaration
public float Previous { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Defines Node Previous Space. |