ClassSugiyamaData
Keeps the runtime layout data.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public class SugiyamaData
Inheritance: objectSugiyamaData
Constructors
SugiyamaData()
Initializes a new instance of the SugiyamaData class.
Declaration
public SugiyamaData()
Properties
FutureCount
Gets or sets how many links are bound to this node from the next layer.
FuturePosition
Gets or sets the relative position with respect to the next layer.
HistoryCount
Gets or sets how many links are bound to this node from the previous layer.
HistoryPosition
Gets or sets the relative position with respect to the previous layer.
IsVirtual
Gets or sets a value indicating whether this instance is virtual.
Declaration
public bool IsVirtual { get; set; }
Property Value
True if this instance is virtual; otherwise, false.
LayerId
Gets or sets the layer id.
Position
Gets or sets the position of the node on the layer.
Declaration
public double Position { get; set; }
Property Value
The position.