Skip to main content
A newer version of this page is available. .
All docs
V21.2

VectorLayerBase.SelectedShapeStrokeStyle Property

Gets or sets the settings of the selected shape outline.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public StrokeStyle SelectedShapeStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

Contains the settings of the selected shape outline.

See Also