Search
PathGradientBrush.Colors Property
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Color[] Colors { get; set; }

Visual Basic  Copy Code

Public Property Colors As Color()

 Property Value

 See Also