ComponentOne FinancialChart for WPF
Cancel Property (AnimationTransformEventArgs)



C1.Chart Namespace > AnimationTransformEventArgs Class : Cancel Property
Whether to cancel the default animation.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As AnimationTransformEventArgs
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

AnimationTransformEventArgs Class
AnimationTransformEventArgs Members