ClassDrawingState
Class
Represents a drawing state.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class DrawingState
Inheritance: objectDrawingState
Constructors
DrawingState()
Initializes a new instance of the DrawingState class.
Declaration
cs-api-definition
public DrawingState()
Properties
AnchorPoints
Gets or sets the anchor points.
Declaration
cs-api-definition
public IEnumerable<Point> AnchorPoints { get; set; }
Property Value
IEnumerable<Point>
ControlPoints
Gets or sets the control points.
Declaration
cs-api-definition
public IEnumerable<Point> ControlPoints { get; set; }
Property Value
IEnumerable<Point>