MapShapeBase.Fill Property
Gets or sets the fill of the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Brush Fill { get; set; }
public:
property Brush^ Fill {
Brush^ get();
void set(Brush^ value);
}
member Fill : Brush with get, set
Public Property Fill As Brush
Property Value
Type: System.Windows.Media.Brush
Returns Brush.
Remarks
None.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top