MapPushpin.MarkerTemplate Property
In This Article
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 |
---|---|
Data |
A Data |
See Also