LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AnimateFloater Property

Show in webframe





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

            

            
[DescriptionAttribute("Indicating whether to animate the floater image.")]
[CategoryAttribute("Floater and Region")]
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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.