ColorPalette::Entries Property

 

Gets an array of Color structures.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property array<Color>^ Entries {
	array<Color>^ get();
}

Property Value

Type: array<System.Drawing::Color>^

The array of Color structure that make up this ColorPalette.

.NET Framework
Available since 1.1
Return to top
Show: