StartAnimationActivity Class
Definition
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 IActivity which starts the provided AnimationSet when invoked.
public class StartAnimationActivity : Microsoft.Toolkit.Uwp.UI.Animations.Activity
type StartAnimationActivity = class
inherit Activity
Public Class StartAnimationActivity
Inherits Activity
- Inheritance
Constructors
StartAnimationActivity() |
Fields
AnimationProperty |
Identifies the dependency property. |
TargetObjectProperty |
Identifies the dependency property. |
Properties
Animation |
Gets or sets the linked AnimationSet instance to start. |
Delay |
Gets or sets the TimeSpan to wait before running the activity. (Inherited from Activity) |
TargetObject |
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. |
Methods
InvokeAsync(UIElement, CancellationToken) |
Invokes the current activity. |