Class DispatcherTimer
Inheritance
System.Object
DispatcherTimer
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DispatcherTimer : Timer
Constructors
DispatcherTimer()
Declaration
public DispatcherTimer()
Properties
Interval
Declaration
public TimeSpan Interval { get; set; }
Property Value
System.TimeSpan
|
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
System.Boolean
|