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 : AnimationGlobalBackground Property |
public RasterColor AnimationGlobalBackground {get; set;}
'Declaration
Public Property AnimationGlobalBackground As RasterColor
'Usage
Dim instance As RasterImage Dim value As RasterColor instance.AnimationGlobalBackground = value value = instance.AnimationGlobalBackground
public RasterColor AnimationGlobalBackground {get; set;}
@property (nonatomic, copy) LTRasterColor *animationGlobalBackground
public RasterColor getAnimationGlobalBackground() public void setAnimationGlobalBackground(RasterColor value)
<br/>get_AnimationGlobalBackground();<br/>set_AnimationGlobalBackground(value);<br/>Object.defineProperty('AnimationGlobalBackground');
public: property RasterColor AnimationGlobalBackground { RasterColor get(); void set ( RasterColor value); }
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.