AvaloniaNativeLibraryPath Property
This property should be used in case you want to build Avalonia OSX native part by yourself and make your Avalonia app run with it. The default value is null.
Definition
Namespace: Avalonia
Assembly: Avalonia.Native (in Avalonia.Native.dll)
- C#
- VB
- F#
public string AvaloniaNativeLibraryPath { get; set; }
Public Property AvaloniaNativeLibraryPath As String
Get
Set
member AvaloniaNativeLibraryPath : string with get, set