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

MapShapeBase.HighlightFill Property

Gets or sets the brush that specifies how the highlighted map item is painted.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Brush HighlightFill { get; set; }

Property Value

Type Description
Brush

A Brush object that is the brush used to fill the highlighted map item.

See Also