←Select platform

AnimationBackground Property

Summary

Gets or sets a value indicating the animation background color for the current frame.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly