ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1DragStartingEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }
    See Also