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

In This Topic
    State Property (AnimationTransformEventArgs)
    In This Topic
    Gets the animation state.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationTransformEventArgs.State", "Gets the animation state.")>
    Public ReadOnly Property State As AnimationState
    [C1Description("AnimationTransformEventArgs.State", "Gets the animation state.")]
    public AnimationState State {get;}
    See Also