Skip to main content

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

NuGet Package: 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