Owner Property
Gets or sets the owner of the window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public WindowBase? Owner { get; protected set; }
Public Property Owner As WindowBase
Get
Protected Set
member Owner : WindowBase with get, set