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 .NET Micro Framework version 2.0, 2.5
See Also
Reference
LinearGradientBrush Members
Microsoft.SPOT.Presentation.Media Namespace