LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

AnimationBackground Property






Gets or sets a value indicating the animation background color for the current frame. .NET support Silverlight support WinRT support
Syntax
public RasterColor AnimationBackground {get; set;}
'Declaration
 
Public Property AnimationBackground As RasterColor
'Usage
 
Dim instance As RasterImage
Dim value As RasterColor
 
instance.AnimationBackground = value
 
value = instance.AnimationBackground
public RasterColor AnimationBackground {get; set;}
 get_AnimationBackground();
set_AnimationBackground(value);
public:
property RasterColor AnimationBackground {
   RasterColor get();
   void set (    RasterColor value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationDelay Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.