Skip to main content

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.v23.2.dll

NuGet Package: 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