StartAnimationAction Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Microsoft.Xaml.Interactivity.IAction implementation that can trigger a target AnimationSet instance.
public sealed class StartAnimationAction : Windows.UI.Xaml.DependencyObject, Microsoft.Xaml.Interactivity.IAction
type StartAnimationAction = class
inherit DependencyObject
interface IAction
Public NotInheritable Class StartAnimationAction
Inherits DependencyObject
Implements IAction
- Inheritance
-
Windows.UI.Xaml.DependencyObjectStartAnimationAction
- Implements
-
Microsoft.
Xaml. Interactivity. IAction
Animation |
Identifies the dependency property. |
Target |
Identifies the dependency property. |
Animation |
Gets or sets the linked AnimationSet instance to invoke. |
Target |
Gets or sets the object to start the specified animation on. If not specified, will use the current object the parent animation is running on. |
Produit | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |