Back to Devexpress

GpxFileDataAdapter.CreateRoutePoints Property

wpf-devexpress-dot-xpf-dot-map-dot-gpxfiledataadapter.md

latest1.1 KB
Original Source

GpxFileDataAdapter.CreateRoutePoints Property

Specifies whether to generate map dots for waypoints.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool CreateRoutePoints { get; set; }
vb
Public Property CreateRoutePoints As Boolean

Property Value

TypeDescription
Boolean

true, if a data adapter generates map dot objects for each waypoint in the GPX file; otherwise, false (default).

|

See Also

GpxFileDataAdapter Class

GpxFileDataAdapter Members

DevExpress.Xpf.Map Namespace