A newer version of this page is available.
Switch to the current version.
VectorLayerBase.EnableHighlighting Property
Gets or sets a value indicating whether or not highlighting is enabled for a Vector Layer's elements.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public bool EnableHighlighting { get; set; }
Public Property EnableHighlighting As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to enable highlighting; otherwise, false. |
Remarks
The following table shows this property in action for the MapEllipse vector layer's element.
EnableHighlighting=True | EnableHighlighting=False |
---|---|
![]() |
![]() |
See Also
Feedback