←Select platform

AnimationBackground Property

Summary
Gets or sets a value indicating the animation background color for the current frame.
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor AnimationBackground { get; set; } 
Public Property AnimationBackground As RasterColor 
@property (nonatomic, copy) LTRasterColor *animationBackground 
public RasterColor getAnimationBackground() 
public void setAnimationBackground(RasterColor value) 
public: 
property RasterColor AnimationBackground { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor structure that indicate the animation background color for the current frame.

Remarks

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.

Example

For an example, refer to AnimationGlobalLoop

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.