Class
ConnectionLayoutState

Captures the layout state of a connection.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public sealed class ConnectionLayoutState

Inheritance: objectConnectionLayoutState

Constructors

ConnectionLayoutState()

Declaration

cs-api-definition
public ConnectionLayoutState()

Properties

Points

Gets or sets the intermediate points.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<Point> Points { get; set; }

Property Value

IList<Point>