WindowBaseOwner Property

Gets or sets the owner of the window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public WindowBase? Owner { get; protected set; }

Property Value

WindowBase

See Also