InkCanvas.EditingModeInverted Property

Definition

Gets or sets the user editing mode if the stylus is inverted when it interacts with the InkCanvas.

C#
public System.Windows.Controls.InkCanvasEditingMode EditingModeInverted { get; set; }

Property Value

The inverted editing mode of the InkCanvas.

Examples

The following example demonstrates how to allow a user to partially erase strokes with the inverted tip of a stylus. An elliptical cursor appears on the InkCanvas when the user erases ink.

C#
inkCanvas1.EditingModeInverted = InkCanvasEditingMode.EraseByPoint;
inkCanvas1.EraserShape = new EllipseStylusShape(5, 5);

Remarks

This property controls the actions that are performed when the stylus is inverted.

Similarly, the EditingMode property controls actions that are performed when the stylus is in a standard, tip-down position against the digitizer,

Dependency Property Information

Item Value
Identifier field EditingModeInvertedProperty
Metadata properties set to true None

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10