Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Toggle
Split
Button
Toggle Method
Toggles the
IsChecked
property between true and false.
Definition
Namespace:
Avalonia.Controls
Assembly:
Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
Copy
View Source
protected
void
Toggle
()
VB
Copy
View Source
Protected
Sub
Toggle
F#
Copy
View Source
member
Toggle
:
unit
->
unit
See Also
Reference
ToggleSplitButton Class
Avalonia.Controls Namespace
In This Article
Definition
See Also