Search
LinearGradientBrush Members
Constructors Properties Methods
 


LinearGradientBrush objects represent brushes that fill the interiors of geometric shapes with a linear gradient.

The following tables list the members exposed by the LinearGradientBrush type.

 Public Constructors

  Name Description

LinearGradientBrush

Overloaded. Initializes a new instance of the LinearGradientBrush class.

 Public Properties

  Name Description

Angle

Gets or sets the angle of the gradient's orientation line.

Colors

Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.

EndPoint

 

Positions

Gets or sets the positions along a gradient line.

StartPoint

 

Transform

 

WrapMode

 

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

Equals

Brush.Equals override.

GetHashCode

Brush.GetHashCode override.

ToColor

Brush.ToColor override.

 See Also