Share via


Fill Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the brush that is used to paint, or fill, the interior of a shape.

Namespace:  Microsoft.SPOT.Presentation.Shapes
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Fill As Brush
public Brush Fill { get; set; }
public:
property Brush^ Fill {
    Brush^ get ();
    void set (Brush^ value);
}
member Fill : Brush with get, set
function get Fill () : Brush
function set Fill (value : Brush)

Property Value

Type: Microsoft.SPOT.Presentation.Media. . :: . .Brush
A Brush object that is used to paint the interior of a shape.

.NET Framework Security

See Also

Reference

Shape Class

Microsoft.SPOT.Presentation.Shapes Namespace