AppWindow.IsVisible Property

Definition

Gets a value that indicates whether the window can be seen on a display.

public:
 property bool IsVisible { bool get(); };
bool IsVisible();
public bool IsVisible { get; }
var boolean = appWindow.isVisible;
Public ReadOnly Property IsVisible As Boolean

Property Value

Boolean

bool

true if the window can be seen on a display; otherwise, false.

Applies to