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

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.v18.2.dll

Declaration

public SolidColorBrush Fill { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.SolidColorBrush

A Windows.UI.Xaml.Media.SolidColorBrush object that describes how the shape’s interior is painted.

See Also