Skip to main content
All docs
V20.1

VectorLayer.SelectedShapeStroke Property

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

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public Brush SelectedShapeStroke { get; set; }

Property Value

Type Description
Brush

A Brush value that specifies how the selected shape outline is painted.

See Also