Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / BeginAnimation Method / BeginAnimation(DependencyProperty,AnimationTimeline) Method


In This Topic
    BeginAnimation(DependencyProperty,AnimationTimeline) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BeginAnimation( _
       ByVal dp As DependencyProperty, _
       ByVal animation As AnimationTimeline _
    ) 
    'Usage
     
    Dim instance As EditingElement
    Dim dp As DependencyProperty
    Dim animation As AnimationTimeline
     
    instance.BeginAnimation(dp, animation)
    public void BeginAnimation( 
       DependencyProperty dp,
       AnimationTimeline animation
    )

    Parameters

    dp
    animation
    See Also