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

Captures the layout state of a connection.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ConnectionLayoutState

Inheritance: objectConnectionLayoutState

Constructors

C#
public ConnectionLayoutState()

Properties

Gets or sets the intermediate points.

C#
public IList<Point> Points { get; set; }