Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool IsHighlighted { get; set; }

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
Pushpin_IsHighLighted_True PushpinState_IsHighlighted_False

Note

A map pushpin is automatically highlighted when you hover over it with the mouse.

See Also