mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update MapBase.WinUI.cs
This commit is contained in:
parent
8708c7ffe6
commit
5c3ebbc083
1 changed files with 1 additions and 1 deletions
|
|
@ -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.SetTarget(animation, this);
|
||||||
Storyboard.SetTargetProperty(animation, property);
|
Storyboard.SetTargetProperty(animation, property);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue