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



Enables or disables animation of the image's region frame.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Floater and Region")>
<DescriptionAttribute("Enables or disables animation of the image's region frame.")>
Public Overridable Property AnimateRegion As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AnimateRegion = value
 
value = instance.AnimateRegion
C# 
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public virtual bool AnimateRegion {get; set;}
C++/CLI 
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public:
virtual property bool AnimateRegion {
   bool get();
   void set (    bool value);
}

Property Value

true to enable animation of the image's region frame, false for a static frame.

Example

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