Represents the context of the DeselectCommand.
Definition
Namespace:Telerik.Windows.Media.Imaging.Commands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class DeselectCommandContext
Inheritance: objectDeselectCommandContext
Constructors
Initializes a new instance of the DeselectCommandContext class.
C#
public DeselectCommandContext(Path drawnPath)
The path which should be drawn on the image.
Properties
DrawnPath
Path
Gets or sets the path which should be drawn on the image.
C#
public Path DrawnPath { get; }
The drawn path.