Visual Basic (Declaration) | |
---|---|
Public Overloads Sub BeginAnimation( _ ByVal dp As DependencyProperty, _ ByVal animation As AnimationTimeline _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GifImage 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
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