Skip to main content

MapItemsLayerBase.SelectedItemBrush Property

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

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush SelectedItemBrush { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object value that specifies how the selected item outline is painted.

See Also