Foreground 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 used to paint a control's foreground.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Presentation.Media. . :: . .Brush
The brush used to paint the control's foreground.

.NET Framework Security

See Also

Reference

Control Class

Microsoft.SPOT.Presentation.Controls Namespace