ColorBlend.Colors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.