We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd06a8 commit df8aa8aCopy full SHA for df8aa8a
components/Behaviors/src/Animations/StartAnimationAction.cs
@@ -45,7 +45,7 @@ public UIElement TargetObject
45
public static readonly DependencyProperty TargetObjectProperty = DependencyProperty.Register(
46
nameof(TargetObject),
47
typeof(UIElement),
48
- typeof(StartAnimationActivity),
+ typeof(StartAnimationAction),
49
new PropertyMetadata(null));
50
51
/// <inheritdoc/>
0 commit comments