New to Telerik UI for WinFormsStart a free 30-day trial

Global shape state information before and after a layout pass.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.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; }