Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.MultiTouch Namespace / IGUITimer Interface
Properties Methods Events

In This Topic
    IGUITimer Interface Members
    In This Topic

    The following tables list the members exposed by IGUITimer.

    Public Properties
     NameDescription
     Property Gets or sets whether the timer is running.  
     Property Gets or sets the time, in milliseconds, before the Tick event is raised  
    Top
    Public Methods
     NameDescription
     Method Starts the timer.  
     Method Stops the timer.  
    Top
    Public Events
     NameDescription
     Event Occurs when the specified timer interval has elapsed and the timer is enabled.  
    Top
    See Also