Class X11Properties
Set of X11 specific properties and events that allow deeper customization of the application per platform.
public class X11Properties
- Inheritance
-
X11Properties
- Inherited Members
Constructors
X11Properties()
public X11Properties()
Fields
NetWmWindowTypeProperty
public static readonly AttachedProperty<X11NetWmWindowType> NetWmWindowTypeProperty
Field Value
WmClassProperty
public static readonly AttachedProperty<string?> WmClassProperty
Field Value
Methods
GetNetWmWindowType(Window)
public static X11NetWmWindowType GetNetWmWindowType(Window obj)
Parameters
obj
Window
Returns
GetWmClass(Window)
public static string? GetWmClass(Window obj)
Parameters
obj
Window
Returns
SetNetWmWindowType(Window, X11NetWmWindowType)
public static void SetNetWmWindowType(Window obj, X11NetWmWindowType value)
Parameters
obj
Windowvalue
X11NetWmWindowType
SetWmClass(Window, string?)
public static void SetWmClass(Window obj, string? value)