Skip to main content

MapPushpin.MarkerTemplate Property

Gets or sets the template that defines the presentation of the marker within a pushpin element. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate MarkerTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines an element’s presentation.

See Also