XamlRoot.IsHostVisible 屬性

定義

取得值,這個值表示 XamlRoot 是否可見。

public:
 property bool IsHostVisible { bool get(); };
bool IsHostVisible();
public bool IsHostVisible { get; }
var boolean = xamlRoot.isHostVisible;
Public ReadOnly Property IsHostVisible As Boolean

屬性值

Boolean

bool

如果顯示 XamlRoot,則為true;否則為false

適用於