LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

AnimationGlobalBackground Property






Gets or sets a value indicating the global background color of the animation image. .NET support Silverlight support WinRT support
Syntax
public RasterColor AnimationGlobalBackground {get; set;}
'Declaration
 
Public Property AnimationGlobalBackground As RasterColor
'Usage
 
Dim instance As RasterImage
Dim value As RasterColor
 
instance.AnimationGlobalBackground = value
 
value = instance.AnimationGlobalBackground
public RasterColor AnimationGlobalBackground {get; set;}
 get_AnimationGlobalBackground();
set_AnimationGlobalBackground(value);
public:
property RasterColor AnimationGlobalBackground {
   RasterColor get();
   void set (    RasterColor value);
}

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: 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
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
RasterImageAnimator Class
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

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