Skip to main content

VectorLayer.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.v14.2.dll

Declaration

public Brush HighlightShapeFill { get; set; }
Public Property HighlightShapeFill As Brush

Property Value

Type Description
Brush

A Brush that describes how the highlighted shape's interior is painted.

Examples

The following example demonstrates how to use the ShapefileLoader instance to load shapes into the Map Control.

See Also