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

MiniMapVectorLayer.ShapeStrokeStyle Property

Gets or sets the settings of the shape outline.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public StrokeStyle ShapeStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object that stores settings of a shape outline.

See Also