←Select platform

AnimationGlobalBackground Property

Summary

Gets or sets a value indicating the global background color of the animation image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor AnimationGlobalBackground { get; set; } 
Public Property AnimationGlobalBackground As RasterColor 
@property (nonatomic, copy) LTRasterColor *animationGlobalBackground 
public RasterColor getAnimationGlobalBackground() 
public void setAnimationGlobalBackground(RasterColor value) 
public: 
property RasterColor AnimationGlobalBackground { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A LeadSize structure that indicates global background color of the animation image.

Remarks

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.

Example

For an example, refer to AnimationGlobalLoop

Requirements

Target Platforms

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

Leadtools Assembly