mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 15:36:20 +00:00
Fixed type casts
This commit is contained in:
parent
2208f6c3da
commit
6a9b622793
4 changed files with 9 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wrapper for the MapPanel.AutoCollapse attached property.
|
||||
/// Gets/sets MapPanel.AutoCollapse.
|
||||
/// </summary>
|
||||
public bool AutoCollapse
|
||||
{
|
||||
|
|
@ -43,7 +43,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Wrapper for the MapPanel.Location attached property.
|
||||
/// Gets/sets MapPanel.Location.
|
||||
/// </summary>
|
||||
public Location Location
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue