ColorPalette.Entries 属性

定义

获取 Color 结构的数组。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()

属性值

Color[]

组成此 ColorColorPalette 结构的数组。The array of Color structure that make up this ColorPalette.

适用于