Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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;}
Managed Extensions for C++ 
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public: __property virtual bool get_AnimateRegion();
public: __property virtual void set_AnimateRegion( 
   bool value
);
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);
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also