Back to Devexpress

MapShapeBase.SelectedStroke Property

wpf-devexpress-dot-xpf-dot-map-dot-mapshapebase-4e2b7f4e.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Brush SelectedStroke { get; set; }
vb
Public Property SelectedStroke As Brush

Property Value

TypeDescription
Brush

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

|

See Also

MapShapeBase Class

MapShapeBase Members

DevExpress.Xpf.Map Namespace