LinearGradientBrush.LinearColors

LinearGradientBrush.LinearColors property

Gets or sets the starting and ending colors of the gradient.

public Color[] LinearColors { get; set; }

Return Value

An array of two Color structures that represents the starting and ending colors of the gradient.

See Also