Fixed type casts

This commit is contained in:
ClemensF 2021-01-16 18:32:31 +01:00
parent 2208f6c3da
commit 6a9b622793
4 changed files with 9 additions and 9 deletions

View file

@ -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
{