Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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) 
<DescriptionAttribute("Enables or disables animation of the image's region frame.")>
<CategoryAttribute("Floater and Region")>
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# 
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
[CategoryAttribute("Floater and Region")]
public virtual bool AnimateRegion {get; set;}
C++/CLI 
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
[CategoryAttribute("Floater and Region")]
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