LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

AnimateFloater Property






Gets or sets a value indicating whether to animate the FloaterImage.
Syntax
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Indicating whether to animate the floater image.")]
public virtual bool AnimateFloater {get; set;}
'Declaration
 
<CategoryAttribute("Floater and Region")>
<DescriptionAttribute("Indicating whether to animate the floater image.")>
Public Overridable Property AnimateFloater As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AnimateFloater = value
 
value = instance.AnimateFloater
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Indicating whether to animate the floater image.")]
public virtual bool AnimateFloater {get; set;}
CategoryAttribute("Floater and Region")
DescriptionAttribute("Indicating whether to animate the floater image.")
 get_AnimateFloater();
set_AnimateFloater(value);
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Indicating whether to animate the floater image.")]
public:
virtual property bool AnimateFloater {
   bool get();
   void set (    bool value);
}

Property Value

true to enable animation of the FloaterImage if available; otherwise, false.
Example
For an example, refer to FloaterImage.
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

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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