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;} |
Property Value
true timer is enabled; otherwise, false. Default value is false.For an example, refer to RasterImageViewer.FloaterImage.
When the timer is enabled:
- the boundary of any region is animated
- the boundary of any floater is animated
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7