Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragPreviewEventArgs Class / Cancel Property

In This Topic
    Cancel Property (C1DragPreviewEventArgs)
    In This Topic
    Gets or sets a value indicating whether the recognition of this gesture is canceled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also