Share via


SolidColorBrush Constructor

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

Initializes a new instance of the SolidColorBrush class with a specified color for the brush's paint, or fill.

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

Syntax

'Declaration
Public Sub New ( _
    color As Color _
)
public SolidColorBrush(
    Color color
)
public:
SolidColorBrush(
    Color color
)
new : 
        color:Color -> SolidColorBrush
public function SolidColorBrush(
    color : Color
)

Parameters

.NET Framework Security

See Also

Reference

SolidColorBrush Class

Microsoft.SPOT.Presentation.Media Namespace