DrawingState
Class
Represents a drawing state.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class DrawingState
Inheritance: objectDrawingState
Constructors
Initializes a new instance of the DrawingState class.
C#
public DrawingState()
Properties
AnchorPoints
IEnumerable<Point>
Gets or sets the anchor points.
C#
public IEnumerable<Point> AnchorPoints { get; set; }
ControlPoints
IEnumerable<Point>
Gets or sets the control points.
C#
public IEnumerable<Point> ControlPoints { get; set; }