ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > FieldPartVisual Class > ApplyAnimationClock Method : ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) Method



dp
clock
handoffBehavior

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub ApplyAnimationClock( _
   ByVal dp As DependencyProperty, _
   ByVal clock As AnimationClock, _
   ByVal handoffBehavior As HandoffBehavior _
) 
Visual Basic (Usage) Copy Code
Dim instance As FieldPartVisual
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

Requirements

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

See Also