LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AnimateFloater Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : AnimateFloater Property



Gets or sets a value indicating whether to animate the RasterImageViewer.FloaterImage.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Indicating whether to animate the floater image.")>
<CategoryAttribute("Floater and Region")>
Public Overridable Property AnimateFloater As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AnimateFloater = value
 
value = instance.AnimateFloater
C# 
[DescriptionAttribute("Indicating whether to animate the floater image.")]
[CategoryAttribute("Floater and Region")]
public virtual bool AnimateFloater {get; set;}
C++/CLI 
[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 RasterImageViewer.FloaterImage if available; otherwise, false.

Example

For an example, refer to RasterImageViewer.FloaterImage.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also