Property TimerInterval
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
TimerInterval
Gets or sets the time, in milliseconds, before the OnTimer event is raised relative to the last occurrence of the OnTimer event
public int TimerInterval { get; set; }
Property Value
Remarks
Default value is 200 milliseconds. The value cannot be less than one.