Skip to main content
A newer version of this page is available. .
All docs
V21.2

VectorLayerBase.HighlightShapeFill Property

Gets or sets the brush that specifies how the highlighted shape’s interior is painted.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public Brush HighlightShapeFill { get; set; }

Property Value

Type Description
Brush

Specifies how the highlighted shape’s interior is painted.

See Also