ComponentOne FinancialChart for WPF
Cancel Property (C1DragStartingEventArgs)



C1.WPF Namespace > C1DragStartingEventArgs Class : Cancel Property
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

Reference

C1DragStartingEventArgs Class
C1DragStartingEventArgs Members