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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.