Skip to main content

SolidColorBrush Class

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Media

A brush that paints a region with a solid color.

public sealed class SolidColorBrush : Brush

Constructors

SolidColorBrush(Color color)

public SolidColorBrush(Color color)

Creates a brush that paints with the given color.

Fields

Color

public Color Color

The color painted by the brush.