Back to Devexpress

VectorLayerBase.EnableHighlighting Property

wpf-devexpress-dot-xpf-dot-map-dot-vectorlayerbase-669308c3.md

latest1.4 KB
Original Source

VectorLayerBase.EnableHighlighting Property

Gets or sets a value indicating whether highlighting is enabled for a Vector Layer’s elements.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool EnableHighlighting { get; set; }
vb
Public Property EnableHighlighting As Boolean

Property Value

TypeDescription
Boolean

true, to enable highlighting; otherwise, false.

|

Remarks

The following table shows this property in action for the MapEllipse vector layer’s element.

EnableHighlighting=TrueEnableHighlighting=False

See Also

VectorLayerBase Class

VectorLayerBase Members

DevExpress.Xpf.Map Namespace