Skip to content

Commit df8aa8a

Browse files
AndrewKeepCodingmichael-hawker
authored andcommitted
Fix TargetObject's dependency property owner type in StartAnimationAction
1 parent 2bd06a8 commit df8aa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Behaviors/src/Animations/StartAnimationAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public UIElement TargetObject
4545
public static readonly DependencyProperty TargetObjectProperty = DependencyProperty.Register(
4646
nameof(TargetObject),
4747
typeof(UIElement),
48-
typeof(StartAnimationActivity),
48+
typeof(StartAnimationAction),
4949
new PropertyMetadata(null));
5050

5151
/// <inheritdoc/>

0 commit comments

Comments
 (0)