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

VectorLayer.ShapeStroke Property

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

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public SolidColorBrush ShapeStroke { get; set; }

Property Value

Type Description
SolidColorBrush

A Windows.UI.Xaml.Media.SolidColorBrush object that specifies how the shape outline is painted.

See Also