SetNetWmWindowType Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetNetWmWindowType(
Window obj,
X11NetWmWindowType value
)
Public Shared Sub SetNetWmWindowType (
obj As Window,
value As X11NetWmWindowType
)
static member SetNetWmWindowType :
obj : Window *
value : X11NetWmWindowType -> unit