Skip to main content
A newer version of this page is available. .

MapShapeBase.HighlightStroke Property

Gets or sets the color that specifies how the outline is painted on the highlighted map item.

Namespace: DevExpress.Xpf.Map

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

Declaration

public Brush HighlightStroke { get; set; }

Property Value

Type Description
Brush

A Brush object that specifies how the highlighted map item outline is painted.

See Also