ColorPalette.Entries Property

Definition

Gets an array of Color structures.

public:
 property cli::array <System::Drawing::Color> ^ Entries { cli::array <System::Drawing::Color> ^ get(); };
public System.Drawing.Color[] Entries { get; }
member this.Entries : System.Drawing.Color[]
Public ReadOnly Property Entries As Color()

Property Value

Color[]

The array of Color structure that make up this ColorPalette.

Applies to