Class ConnectionLayoutState
Captures the layout state of a connection.
Inheritance
System.Object
ConnectionLayoutState
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ConnectionLayoutState : Object
Constructors
ConnectionLayoutState()
Declaration
public ConnectionLayoutState()
Properties
Points
Gets or sets the intermediate points.
Declaration
public IList<Point> Points { get; set; }
Property Value
System.Collections.Generic.IList<System.Windows.Point>
|