Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Color[] Colors { get; set; } |
Visual Basic Copy Code |
---|
Public Property Colors As Color() |
An array of Color objects.