Property Owner
Owner
Gets or sets the window that owns this window.
Window? Owner { get; set; }
Property Value
Remarks
When a window is owned by another window, it is closed or hidden with the owner window.
Gets or sets the window that owns this window.
Window? Owner { get; set; }
When a window is owned by another window, it is closed or hidden with the owner window.