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



Gets or sets a value indicating whether to enable the timer used when animating regions and floaters.

Syntax

Visual Basic (Declaration) 
Public Property EnableTimer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.EnableTimer = value
 
value = instance.EnableTimer
C# 
public bool EnableTimer {get; set;}
C++/CLI 
public:
property bool EnableTimer {
   bool get();
   void set (    bool value);
}

Property Value

true timer is enabled; otherwise, false. Default value is false.

Example

For an example, refer to RasterImageViewer.FloaterImage.

Remarks

When the timer is enabled:
  • the boundary of any region is animated
  • the boundary of any floater is animated

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