InkOverlayEraserMode Enumeration

InkOverlayEraserMode Enumeration

Defines values that specify the way in which ink is erased from the InkOverlay object or the InkPicture control. This mode is used when the EditingMode or EditingMode property is set to Delete.

Definition

Visual Basic .NET Public Enum InkOverlayEraserMode
C# public enum InkOverlayEraserMode
Managed C++ __value public enum InkOverlayEraserMode

Constants

Constant Name Description
StrokeErase Specifies ink is erased by a stroke.
PointErase Specifies ink is erased by a point.

Enumeration Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also