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

@ -18,7 +18,7 @@ using System.Windows.Media;
namespace MapControl
{
/// <summary>
/// Optional interface to hold the value of the MapPanel.ParentMap attached property.
/// Optional interface to hold the value of the attached property MapPanel.ParentMap.
/// </summary>
public interface IMapElement
{