mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapBase.WinUI.cs
This commit is contained in:
parent
8708c7ffe6
commit
5c3ebbc083
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue