Skip to main content
All docs
V20.1

VectorLayer.SelectedShapeStrokeStyle Property

Gets or sets the settings of the selected shape outline.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public StrokeStyle SelectedShapeStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object that stores settings of a selected shape outline.

See Also