XamlRoot.IsHostVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.