Class MapPolyline
Represents the polyline shape displayed on the map control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.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 |
---|
System.Windows.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<System.Windows.Point> |