ClickMode Enumeration

Defines how a Button reacts to clicks.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum ClickMode

Members

Release0 The Click event is raised when the pointer is released.
Press1 The Click event is raised when the pointer is pressed.

See Also