Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XamlRoot.IsHostVisible Property

Definition

Namespace:
Windows.UI.Xaml

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.

Applies to


Feedback

Was this page helpful?