New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

True if this instance is virtual; otherwise, false.

Gets or sets the layer id.

C#
public int LayerId { get; set; }
Property Value:

The layer id.

Gets or sets the position of the node on the layer.

C#
public double Position { get; set; }
Property Value:

The position.

Gets or sets the id.

C#
public int Uid { get; }
Property Value:

The id.