Gets or sets the animation palette used when saving GIF files.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property AnimationPalette As Color() |
| C# | |
|---|
public Color[] AnimationPalette {get; set;} |
| C++/CLI | |
|---|
public:
property array<Color>^ AnimationPalette {
array<Color>^ get();
void set (Colorarray<value>^ value);
} |
Return Value
An array of
Color structure that specify the animation palette to use when saving GIF files.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also