Click or drag to resize

BaseButtonToggleMode Property

If true, the button is in toggle mode. Makes the button flip state between pressed and unpressed each time its area is clicked.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ToggleMode { get; set; }

Property Value

Type: Boolean
See Also