Edit

Share via


AnimationSet Constructors

Definition

Overloads

AnimationSet()
AnimationSet(UIElement)

Initializes a new instance of the AnimationSet class.

AnimationSet()

public AnimationSet ();
Public Sub New ()

Applies to

AnimationSet(UIElement)

Initializes a new instance of the AnimationSet class.

public AnimationSet (Windows.UI.Xaml.UIElement element);
new Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet
Public Sub New (element As UIElement)

Parameters

element
Windows.UI.Xaml.UIElement

The associated element

Applies to