Gets or sets a value indicating the animation background color for the current frame.
public RasterColor AnimationBackground { get; set; }
Public Property AnimationBackground As Leadtools.RasterColor
public Leadtools.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 Leadtools.RasterColor AnimationBackground {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor structure that indicate the animation background color for the current frame.
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.
For an example, refer to AnimationGlobalLoop
AnimationWaitUserInput Property
AnimationDisposalMethod Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET