EnableSessionManagement Property
Determines whether to enable support for the X Session Management Protocol.
Definition
Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)
- C#
- VB
- F#
public bool EnableSessionManagement { get; set; }
Public Property EnableSessionManagement As Boolean
Get
Set
member EnableSessionManagement : bool with get, set
Property Value
BooleanRemarks
X Session Management Protocol is a standard implemented on most Linux systems that uses Xorg. This enables apps to control how they can control and/or cancel the pending shutdown requested by the user.