Class DrawingState
Represents a drawing state.
Inheritance
System.Object
DrawingState
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class DrawingState : Object
Constructors
DrawingState()
Properties
AnchorPoints
Gets or sets the anchor points.
Declaration
public IEnumerable<Point> AnchorPoints { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Point>
|
ControlPoints
Gets or sets the control points.
Declaration
public IEnumerable<Point> ControlPoints { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Point>
|