Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Dispatcher
Timer
Stop Method
Stops the timer.
Definition
Namespace:
Avalonia.Threading
Assembly:
Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
Copy
View Source
public
void
Stop
()
VB
Copy
View Source
Public
Sub
Stop
F#
Copy
View Source
member
Stop
:
unit
->
unit
See Also
Reference
DispatcherTimer Class
Avalonia.Threading Namespace
In This Article
Definition
See Also