Gets or sets a value indicating the global background color of the animation image.
public RasterColor AnimationGlobalBackground { get; set; }
Public Property AnimationGlobalBackground As Leadtools.RasterColor
public Leadtools.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 Leadtools.RasterColor AnimationGlobalBackground {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A LeadSize structure that indicates global background color of the animation image.
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.
For an example, refer to AnimationGlobalLoop
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