XamlRoot.IsHostVisible Property

Definition

Gets a value that indicates whether the XamlRoot is visible.

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

Property Value

Boolean

bool

true if the XamlRoot is visible; otherwise, false.

Applies to