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 속성에 따라 달라 집니다 첫 번째 GestureRecognitionResult 에서 반환한 컬렉션에를 GetGestureRecognitionResults 메서드. 경우의 값을 ApplicationGesture 속성은 NoGesture, 제스처 인스턴스인 경우입니다 RecognitionConfidence 이외의 값인 Strong, 다음 Canceltrue. 그렇지 않으면 Cancelfalse입니다. 때 Cancel 됩니다 falseInkCanvas 추가 Strokes 에 해당 StrokeCollection. 때 Cancel 됩니다 true, 스트로크에 추가 되지 않습니다는 InkCanvas합니다.

적용 대상