MapPushpin.IsHighlighted Property
Gets or sets a value that indicates whether a map’s pushpin is highlighted.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a pushpin is highlighted on a map; otherwise, false. |
Remarks
The following table shows this property in action for the MapLine vector layer’s element.
IsHighlighted=True | IsHighlighted=False |
---|---|
Note
A map pushpin is automatically highlighted when you hover over it with the mouse.
See Also