Activity Class

Definition

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.DependencyObject
Activity
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.

Applies to