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