Activity 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.
Base class to use when creating activities which accept a Delay.
public abstract class Activity : Windows.UI.Xaml.DependencyObject, Microsoft.Toolkit.Uwp.UI.Animations.IActivity
type Activity = class
inherit DependencyObject
interface IActivity
Public MustInherit Class Activity
Inherits DependencyObject
Implements IActivity
- Inheritance
-
Windows.UI.Xaml.DependencyObjectActivity
- Derived
- Implements
Constructors
Activity() |
Fields
DelayProperty |
Identifies the dependency property. |
Properties
Delay |
Gets or sets the TimeSpan to wait before running the activity. |
Methods
InvokeAsync(UIElement, CancellationToken) |
Invokes the current activity. |