Skip to main content

MapPath.Data Property

Gets or sets a geometry that specifies the shape to be drawn.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MapGeometry Data { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Map.MapGeometry

A DevExpress.UI.Xaml.Map.MapGeometry object that contains a description of the shape to be drawn.

See Also