Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / NewSheetButton Class / ApplyAnimationClock Method / ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) Method


In This Topic
    ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ApplyAnimationClock( _
       ByVal dp As DependencyProperty, _
       ByVal clock As AnimationClock, _
       ByVal handoffBehavior As HandoffBehavior _
    ) 
    'Usage
     
    Dim instance As NewSheetButton
    Dim dp As DependencyProperty
    Dim clock As AnimationClock
    Dim handoffBehavior As HandoffBehavior
     
    instance.ApplyAnimationClock(dp, clock, handoffBehavior)
    public void ApplyAnimationClock( 
       DependencyProperty dp,
       AnimationClock clock,
       HandoffBehavior handoffBehavior
    )

    Parameters

    dp
    clock
    handoffBehavior
    See Also