ClickMode Enumeration
Defines how a Button reacts to clicks.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum ClickMode
Public Enumeration ClickMode
type ClickMode
Members
Release | 0 | The Click event is raised when the pointer is released. |
Press | 1 | The Click event is raised when the pointer is pressed. |