Visual Basic (Declaration) | |
---|---|
Public Property AnimationGlobalBackground As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColor AnimationGlobalBackground {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor AnimationGlobalBackground { RasterColor get(); void set (RasterColor value); } |
Return Value
A Size structure that indicates global background color of the animation image.For an example, refer to AnimationGlobalLoop
This is the global background color used for entire image. For the background color used in individual frames, see AnimationBackground.
When the value of this property is changed, the Changed event will fire with RasterImageChangedFlags set to RasterImageChangedFlags.AnimationProperties.
For more information, refer to Implementing Animation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family