DiagramLayoutState
Class
Global shape state information before and after a layout pass.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class DiagramLayoutState
Inheritance: objectDiagramLayoutState
Constructors
Initializes a new instance of the DiagramLayoutState class.
C#
public DiagramLayoutState()
Properties
Gets or sets the connection states.
C#
public Dictionary<IConnection, ConnectionLayoutState> ConnectionStates { get; set; }
Gets or sets the shape states.
C#
public Dictionary<IShape, ShapeLayoutState> ShapeStates { get; set; }