Back to Devexpress

MapShapeBase.SelectedFill Property

wpf-devexpress-dot-xpf-dot-map-dot-mapshapebase-af9b3fb1.md

latest1.1 KB
Original Source

MapShapeBase.SelectedFill Property

Gets or sets the brush that specifies how the selected map item is painted.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Brush SelectedFill { get; set; }
vb
Public Property SelectedFill As Brush

Property Value

TypeDescription
Brush

A Brush object that is the brush used to fill the selected map item.

|

See Also

MapShapeBase Class

MapShapeBase Members

DevExpress.Xpf.Map Namespace