Skip to main content

MapShape.Stroke Property

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

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush Stroke { get; set; }

Property Value

Type Description
SolidColorBrush

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

See Also