New to Telerik UI for WPFStart a free 30-day trial

Represents a drawing state.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class DrawingState

Inheritance: objectDrawingState

Constructors

Initializes a new instance of the DrawingState class.

C#
public DrawingState()

Properties

Gets or sets the anchor points.

C#
public IEnumerable<Point> AnchorPoints { get; set; }

Gets or sets the control points.

C#
public IEnumerable<Point> ControlPoints { get; set; }