Visual.IsVisible 屬性

定義

指出視覺效果及其子視覺效果的整個子樹是否可見。

public:
 property bool IsVisible { bool get(); void set(bool value); };
bool IsVisible();

void IsVisible(bool value);
public bool IsVisible { get; set; }
var boolean = visual.isVisible;
visual.isVisible = boolean;
Public Property IsVisible As Boolean

屬性值

Boolean

bool

指出視覺效果及其子視覺效果的整個子樹是否可見。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於