ColorBlend.Colors Property

Definition

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

public:
 property cli::array <System::Drawing::Color> ^ Colors { cli::array <System::Drawing::Color> ^ get(); void set(cli::array <System::Drawing::Color> ^ value); };
public System.Drawing.Color[] Colors { get; set; }
member this.Colors : System.Drawing.Color[] with get, set
Public Property Colors As Color()

Property Value

Color[]

An array of Color structures that represents the colors to use at corresponding positions along a gradient.

Remarks

This property is an array of Color structures that represents the colors to use at corresponding positions along a gradient. Along with the Positions property, this property defines a multicolor gradient.

Applies to