Search
LinearGradientBrush.LinearColors Property
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Color[] LinearColors { get; set; }

Visual Basic  Copy Code

Public Property LinearColors As Color()

 Property Value

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

 See Also