ColorPalette.Entries 属性
定义
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[]
组成此 Color 的 ColorPalette 结构的数组。The array of Color structure that make up this ColorPalette.