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


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

    Parameters

    dp
    animation
    handoffBehavior
    See Also