AppWindow.IsVisible 属性

定义

获取一个值,该值指示是否可以在显示器上看到窗口。

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

属性值

Boolean

bool

如果可以在显示器上看到窗口,则为 true;否则为 false

适用于