Gets or sets the settings of the selected shape outline.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public StrokeStyle SelectedShapeStrokeStyle { get; set; }
|
VB |
Public Property SelectedShapeStrokeStyle As StrokeStyle
|
Property value
Type:
StrokeStyle
A StrokeStyle object that stores settings of a selected shape outline.

See Also