Gets or sets the starting and ending colors of the gradient.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public Color[] LinearColors { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinearColors As Color() |
An array of two .NET Color objects that represents the starting and ending colors of the gradient.