using System.Windows.Controls; using System.Windows.Media; namespace BOTWToolset.Control { class MapPin : Image { public int X { get; set; } public int Z { get; set; } public Color Color; } }