LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

EnableTimer Property

Show in webframe





Gets or sets a value indicating whether to enable the timer used when animating regions and floaters.
Syntax
public bool EnableTimer {get; set;}
'Declaration
 
Public Property EnableTimer As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.EnableTimer = value
 
value = instance.EnableTimer

            

            
public:
property bool EnableTimer {
   bool get();
   void set (    bool value);
}

Property Value

true timer is enabled; otherwise, false. Default value is false.
Remarks
When the timer is enabled:
Example
For an example, refer to FloaterImage.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.