FromValue Method
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static DispatcherPriority FromValue(
int value
)
Public Shared Function FromValue (
value As Integer
) As DispatcherPriority
static member FromValue :
value : int -> DispatcherPriority