Skip to main content
A newer version of this page is available. .

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.v20.1.dll

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

Declaration

public Brush SelectedFill { get; set; }

Property Value

Type Description
Brush

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

See Also