C# |
public static ReadOnlyCollection<PaletteCollection> Collections { get; }
|
VB |
static Public ReadOnly Property Collections As ReadOnlyCollection(of PaletteCollection)
|
Property value
Type: ReadOnlyCollection<PaletteCollection>
A read-only collection of the PaletteCollection objects that represent the predefined palette collections.
To obtain individual palette collections, you can also use the corresponding static properties. For instance, the Office static property returns the Office palette collection.