Class DeselectCommandContext
Represents the context of the Deselect
Inheritance
System.Object
DeselectCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class DeselectCommandContext : Object
Constructors
DeselectCommandContext(Path)
Initializes a new instance of the Deselect
Declaration
public DeselectCommandContext(Path drawnPath)
Parameters
System. The path which should be drawn on the image. |
Properties
DrawnPath
Gets or sets the path which should be drawn on the image.
Declaration
public Path DrawnPath { get; }
Property Value
System. The drawn path. |