Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : AnimationBackground Property |
public RasterColor AnimationBackground {get; set;}
'Declaration
Public Property AnimationBackground As RasterColor
'Usage
Dim instance As RasterImage Dim value As RasterColor instance.AnimationBackground = value value = instance.AnimationBackground
public RasterColor AnimationBackground {get; set;}
@property (nonatomic, copy) LTRasterColor *animationBackground
public RasterColor getAnimationBackground() public void setAnimationBackground(RasterColor value)
<br/>get_AnimationBackground();<br/>set_AnimationBackground(value);<br/>Object.defineProperty('AnimationBackground');
public: property RasterColor AnimationBackground { RasterColor get(); void set ( RasterColor value); }
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.
RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationDelay Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation