Gets or sets the brush that specifies how the selected shape's interior is painted.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public Brush SelectedShapeFill { get; set; }
|
VB |
Public Property SelectedShapeFill As Brush
|
Property value
Type: Brush
A System.Windows.Media.Brush that describes how the selected shape's interior is painted.

See Also