Class UserAction
Contains the values for user's action enumeration. When the value is changed for a single press of increment/decrement button, then the user action is default. If the value is changed after the button is released, then the action is single tap. If the value continuously changing until the button is released, then the user action is long press.
Inheritance
System.Object
UserAction
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class UserAction : Enum
Fields
Default
Represents other actions.
Declaration
public const UserAction Default
Field Value
Type |
---|
UserAction |
LongPress
Represents that the user has long pressed the spin button.
Declaration
public const UserAction LongPress
Field Value
Type |
---|
UserAction |
SingleTap
Represents that the user tapped/pressed the spin button once.
Declaration
public const UserAction SingleTap
Field Value
Type |
---|
UserAction |