Class MapPolyline
Represents the polyline shape displayed on the map control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.UWP.dll
Syntax
public class MapPolyline : MapElement
Constructors
MapPolyline()
Constructor for MapPolyline.
Declaration
public MapPolyline()
Fields
PointsProperty
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Points
Gets or sets the collection of geo-coordinate values that define the shapes.
Declaration
public ObservableCollection<Point> Points { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<Windows.Foundation.Point> |