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

MapShapeBase.SelectedStroke Property

Gets or sets the color that specifies how the outline is painted on the selected map item.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Brush SelectedStroke { get; set; }

Property Value

Type Description
Brush

A Brush object that specifies how the selected map item outline is painted.

See Also