Visual Basic (Declaration) | |
---|---|
Public Overloads Sub ApplyAnimationClock( _ ByVal dp As DependencyProperty, _ ByVal clock As AnimationClock, _ ByVal handoffBehavior As HandoffBehavior _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2TextBoxBase Dim dp As DependencyProperty Dim clock As AnimationClock Dim handoffBehavior As HandoffBehavior instance.ApplyAnimationClock(dp, clock, handoffBehavior) |
C# | |
---|---|
public void ApplyAnimationClock( DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior ) |
C++/CLI | |
---|---|
public: void ApplyAnimationClock( DependencyProperty^ dp, AnimationClock^ clock, HandoffBehavior handoffBehavior ) |
Parameters
- dp
- clock
- handoffBehavior
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2