ContentRootFactory Property
Allows to redefine content root. Can be a custom Window or any ContentControl (Popup hosted).
Definition
Namespace: Avalonia.Dialogs
Assembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll)
- C#
- VB
- F#
public Func<ContentControl>? ContentRootFactory { get; set; }
Public Property ContentRootFactory As Func(Of ContentControl)
Get
Set
member ContentRootFactory : Func<ContentControl> with get, set