The custom palette to use.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Palette As Color() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ColorResolutionCommand
Dim value() As Color
instance.Palette = value
value = instance.Palette
|
| C# | |
|---|
public Color[] Palette {get; set;} |
| C++/CLI | |
|---|
public:
property array<Color>^ Palette {
array<Color>^ get();
void set (Colorarray<value>^ value);
} |
Return Value
An array of
Color structures that define the custom palette to use.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also