mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update MapPanel.cs
This commit is contained in:
parent
b114243e61
commit
83864427a3
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ namespace MapControl
|
|||
{
|
||||
if (position.HasValue && IsOutsideViewport(position.Value))
|
||||
{
|
||||
element.SetValue(VisibilityProperty, Visibility.Collapsed);
|
||||
element.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue