Window.Visible Property
Definition
Gets a value that reports whether the window is visible.
Equivalent WinUI property: Microsoft.UI.Xaml.Window.Visible.
public:
property bool Visible { bool get(); };
bool Visible();
public bool Visible { get; }
var boolean = window.visible;
Public ReadOnly Property Visible As Boolean
Property Value
true if the window is visible; false if the window is not visible.