Skip to main content

VectorLayer.ShapeStroke Property

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

Namespace: DevExpress.Xpf.Map

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

Declaration

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

Property Value

Type Description
Brush

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

Examples

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

See Also