Skip to main content
A newer version of this page is available. .

MiniMapVectorLayer.ShapeStroke Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public Brush ShapeStroke { get; set; }

Property Value

Type Description
Brush

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

See Also