Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CoreWindow.Visible Property
Definition
- Namespace:
- Windows.UI.Core
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 indicates whether the window is visible.
public:
property bool Visible { bool get(); };
bool Visible();
public bool Visible { get; }
var boolean = coreWindow.visible;
Public ReadOnly Property Visible As Boolean
Property Value
Boolean
bool
True if the window is visible on the screen; false if it is not.
Implements
Applies to
Feedback
Was this page helpful?
