Class
DiagramLayoutState

Global shape state information before and after a layout pass.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.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
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public Dictionary<IConnection, ConnectionLayoutState> ConnectionStates { get; set; }

Property Value

Dictionary<IConnection, ConnectionLayoutState>

ShapeStates

Gets or sets the shape states.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public Dictionary<IShape, ShapeLayoutState> ShapeStates { get; set; }

Property Value

Dictionary<IShape, ShapeLayoutState>