X11Properties Class
Definition
Set of X11 specific properties and events that allow deeper customization of the application per platform.
public class X11Properties
Constructors
| Name | Description |
|---|---|
| X11Properties | No summary available. |
X11Properties Constructor
public X11Properties()
Methods
| Name | Description |
|---|---|
| GetNetWmWindowType | No summary available. |
| GetWmClass | No summary available. |
| SetNetWmWindowType | No summary available. |
| SetWmClass | No summary available. |
GetNetWmWindowType Method
public Avalonia.Controls.Platform.X11NetWmWindowType GetNetWmWindowType(Avalonia.Controls.Window obj)
Parameters
Returns
GetWmClass Method
public string GetWmClass(Avalonia.Controls.Window obj)
Parameters
Returns
string
SetNetWmWindowType Method
public void SetNetWmWindowType(Avalonia.Controls.Window obj, Avalonia.Controls.Platform.X11NetWmWindowType value)
Parameters
SetWmClass Method
public void SetWmClass(Avalonia.Controls.Window obj, string value)
Parameters
value string
Fields
| Name | Description |
|---|---|
| NetWmWindowTypeProperty | No summary available. |
| WmClassProperty | No summary available. |
NetWmWindowTypeProperty Field
public Avalonia.AttachedProperty<Avalonia.Controls.Platform.X11NetWmWindowType> NetWmWindowTypeProperty
WmClassProperty Field
public Avalonia.AttachedProperty<string> WmClassProperty