mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Restored partial declarations for CsWinRT1028
This commit is contained in:
parent
359cbe8908
commit
4fa2470739
16 changed files with 20 additions and 20 deletions
|
|
@ -12,7 +12,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// A polyline defined by a collection of Locations.
|
||||
/// </summary>
|
||||
public class MapPolyline : MapPolypoint
|
||||
public partial class MapPolyline : MapPolypoint
|
||||
{
|
||||
public static readonly DependencyProperty LocationsProperty =
|
||||
DependencyPropertyHelper.Register<MapPolyline, IEnumerable<Location>>(nameof(Locations), null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue