SetIsHoldWithMouseEnabled Method
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetIsHoldWithMouseEnabled(
StyledElement element,
bool value
)
Public Shared Sub SetIsHoldWithMouseEnabled (
element As StyledElement,
value As Boolean
)
static member SetIsHoldWithMouseEnabled :
element : StyledElement *
value : bool -> unit