Visual Basic (Declaration) | |
---|---|
Public Property AnimationBackground As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColor AnimationBackground {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor AnimationBackground { RasterColor get(); void set (RasterColor value); } |
Return Value
A RasterColor structure that indicate the animation background color for the current frame.For an example, refer to AnimationGlobalLoop
This is the background color used for the current frame. To get the global background color for the whole animation see AnimationGlobalBackground.
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
Reference
RasterImage ClassRasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationDelay Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation