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



In This Topic
    State Property (AnimationTransformEventArgs)
    In This Topic
    Gets the animation state.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property State As AnimationState
    'Usage
     
    
    Dim instance As AnimationTransformEventArgs
    Dim value As AnimationState
     
    value = instance.State
    public AnimationState State {get;}
    public:
    property AnimationState State {
       AnimationState get();
    }
    See Also