Skip to main content

VectorLayer.HighlightShapeStroke Property

Gets or sets the Brush that specifies how the highlighted shape outline is painted.

Namespace: DevExpress.Xpf.Map

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

Declaration

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

Property Value

Type Description
Brush

A Brush value that specifies how the highlighted shape outline is painted.

Examples

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

See Also