Class DiagramLayoutState
Global shape state information before and after a layout pass.
Inheritance
System.Object
DiagramLayoutState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DiagramLayoutState
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>
|