Class DiagramLayoutState
Global shape state information before and after a layout pass.
Inheritance
System.Object
DiagramLayoutState
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DiagramLayoutState : Object
Constructors
DiagramLayoutState()
Properties
ConnectionStates
Gets or sets the connection states.
Declaration
public Dictionary<IConnection, ConnectionLayoutState> ConnectionStates { get; set; }
Property Value
System.Collections.Generic.Dictionary<IConnection, ConnectionLayoutState>
|
ShapeStates
Gets or sets the shape states.
Declaration
public Dictionary<IShape, ShapeLayoutState> ShapeStates { get; set; }
Property Value
System.Collections.Generic.Dictionary<IShape, ShapeLayoutState>
|