ComponentOne FinancialChart for WPF
C1.Chart Namespace / AnimationTransformEventArgs Class / Cancel Property



In This Topic
    Cancel Property (AnimationTransformEventArgs)
    In This Topic
    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