Skip to main content

MapShape.Fill Property

Gets or sets the brush that specifies how the shape’s interior is painted.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush Fill { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object that describes how the shape’s interior is painted.

See Also