InkCanvas::EditingMode Property
.NET Framework (current version)
Gets or sets the user editing mode used by an active pointing device.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property InkCanvasEditingMode EditingMode { InkCanvasEditingMode get(); void set(InkCanvasEditingMode value); }
Property Value
Type: System.Windows.Controls::InkCanvasEditingModeThe editing mode used when a pointing device (such as a tablet pen or mouse) is active.
The default EditingMode is Ink. Changing the EditingMode clears any existing selections.
The EditingMode specifies the mode of the pointing device as it interacts with the InkCanvas. EditingModeInverted is used by some digitizers when the "eraser end" of the stylus contacts the digitizer.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Available since 3.0
Show: