BeginAnimation(DependencyProperty,AnimationTimeline) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > SimpleTagControl Class > BeginAnimation Method : BeginAnimation(DependencyProperty,AnimationTimeline) Method



dp
animation

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub BeginAnimation( _
   ByVal dp As DependencyProperty, _
   ByVal animation As AnimationTimeline _
) 
Visual Basic (Usage) Copy Code
Dim instance As SimpleTagControl
Dim dp As DependencyProperty
Dim animation As AnimationTimeline
 
instance.BeginAnimation(dp, animation)
C#  
public void BeginAnimation( 
   DependencyProperty dp,
   AnimationTimeline animation
)
C++/CLI  
public:
void BeginAnimation( 
   DependencyProperty^ dp,
   AnimationTimeline^ animation
) 

Parameters

dp
animation

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