InkCanvasGestureEventArgs.Cancel 属性

定义

获取或设置一个布尔值,该值指示是否应将笔画视为笔势。

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

属性值

如果笔画是墨迹,则为 true;如果笔画是笔势,则为 false

注解

Gesture事件发生时, 属性的值Cancel取决于 方法返回GetGestureRecognitionResults的集合中的第一个GestureRecognitionResult。 如果 属性的ApplicationGesture值为 ,或者如果它是一个手势,则 CancelRecognitionConfidenceStrong为 。trueNoGesture 否则 Cancelfalse。 当 为 falseCancel,会将 InkCanvas 添加到StrokesStrokeCollection中。 当 为 trueCancel,笔划不会添加到 。InkCanvas

适用于