mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Update comments
This commit is contained in:
parent
a0b887fc7c
commit
b253d0696a
8 changed files with 26 additions and 25 deletions
|
|
@ -67,9 +67,9 @@ namespace MapControl
|
|||
return parentMap;
|
||||
}
|
||||
|
||||
private static void SetViewPosition(FrameworkElement element, Point? viewPosition)
|
||||
private static void SetViewPosition(FrameworkElement element, Point? position)
|
||||
{
|
||||
element.SetValue(ViewPositionProperty, viewPosition);
|
||||
element.SetValue(ViewPositionProperty, position);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue