From 5c3ebbc083324fca58e3316784a3a9239a6025e0 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Tue, 21 May 2024 22:06:14 +0200 Subject: [PATCH] Update MapBase.WinUI.cs --- MapControl/WinUI/MapBase.WinUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/WinUI/MapBase.WinUI.cs b/MapControl/WinUI/MapBase.WinUI.cs index e86fcc8f..cf63adb5 100644 --- a/MapControl/WinUI/MapBase.WinUI.cs +++ b/MapControl/WinUI/MapBase.WinUI.cs @@ -363,7 +363,7 @@ namespace MapControl } } - public void BeginAnimation(string property, Timeline animation) + private void BeginAnimation(string property, Timeline animation) { Storyboard.SetTarget(animation, this); Storyboard.SetTargetProperty(animation, property);