LinearGradientBrush Class

Paints, or fills, an area with a linear gradient of color on a hardware display device.

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

Syntax

public sealed class LinearGradientBrush : Brush

Remarks

A "linear gradient of color" is a blend of colors that transistion smoothly through the range of hues. A LinearGradientBrush object paints an area with color that changes gradually along a gradient path (a linear representation of the spectrum), from a specified starting color to a specified ending color.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

LinearGradientBrush Members
Microsoft.SPOT.Presentation.Media Namespace