Class SugiyamaData
Keeps the runtime layout data.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class SugiyamaData : Object
Constructors
SugiyamaData()
Properties
FutureCount
Gets or sets how many links are bound to this node from the next layer.
Declaration
public int FutureCount { get; set; }
Property Value
System.Int32
|
FuturePosition
Gets or sets the relative position with respect to the next layer.
Declaration
public double FuturePosition { get; set; }
Property Value
System.Double
|
HistoryCount
Gets or sets how many links are bound to this node from the previous layer.
Declaration
public int HistoryCount { get; set; }
Property Value
System.Int32
|
HistoryPosition
Gets or sets the relative position with respect to the previous layer.
Declaration
public double HistoryPosition { get; set; }
Property Value
System.Double
|
IsVirtual
Gets or sets a value indicating whether this instance is virtual.
Declaration
public bool IsVirtual { get; set; }
Property Value
System.Boolean
|
LayerId
Gets or sets the layer id.
Declaration
public int LayerId { get; set; }
Property Value
System.Int32
The layer id. |
Position
Gets or sets the position of the node on the layer.
Declaration
public double Position { get; set; }
Property Value
System.Double
The position. |
Uid
Gets or sets the id.
Declaration
public int Uid { get; }
Property Value
System.Int32
The id. |