Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Window.Visible Property

Definition

Namespace:
Microsoft.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value that reports whether the window is 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

Boolean

bool

true if the window is visible; false if the window is not visible.

Applies to


Feedback

Was this page helpful?