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