mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
TypeConverter useless for WinUI
This commit is contained in:
parent
2685792758
commit
5ad567239c
|
|
@ -32,7 +32,7 @@ namespace MapControl
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the Locations that define the polygon points.
|
/// Gets or sets the Locations that define the polygon points.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
#if !UWP
|
#if !WINUI && !UWP
|
||||||
[System.ComponentModel.TypeConverter(typeof(LocationCollectionConverter))]
|
[System.ComponentModel.TypeConverter(typeof(LocationCollectionConverter))]
|
||||||
#endif
|
#endif
|
||||||
public IEnumerable<Location> Locations
|
public IEnumerable<Location> Locations
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ namespace MapControl
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the Locations that define the polyline points.
|
/// Gets or sets the Locations that define the polyline points.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
#if !UWP
|
#if !WINUI && !UWP
|
||||||
[System.ComponentModel.TypeConverter(typeof(LocationCollectionConverter))]
|
[System.ComponentModel.TypeConverter(typeof(LocationCollectionConverter))]
|
||||||
#endif
|
#endif
|
||||||
public IEnumerable<Location> Locations
|
public IEnumerable<Location> Locations
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue