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