DisableAvaloniaAppDelegate Property
Gets or sets a value indicating whether Avalonia can install its own AppDelegate. Disabling this can be useful in some scenarios like when running as a plugin inside an existing macOS application.
Definition
Namespace: Avalonia
Assembly: Avalonia.Native (in Avalonia.Native.dll)
- C#
- VB
- F#
public bool DisableAvaloniaAppDelegate { get; set; }
Public Property DisableAvaloniaAppDelegate As Boolean
Get
Set
member DisableAvaloniaAppDelegate : bool with get, set