CoreWindow.Visible Property

Gets a value that indicates whether the window is visible.

Syntax

public:
property bool Visible {
         bool get ();
}  

Property value

Type: bool 

  True if the window is visible on the screen; false if it is not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace