ComponentOne Basic Library for UWP
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 System.Boolean
    public System.bool Cancel {get; set;}
    See Also