Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DragStartingEventArgs Class / Cancel Property

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