Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragPreviewEventArgs Class / Cancel Property


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