ApplicationBar.IsVisible Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value that indicates whether the Application Bar is visible.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property IsVisible As Boolean
public bool IsVisible { get; set; }
<object IsVisible="bool" .../>

Property Value

Type: System..::.Boolean
true if the Application Bar is visible; otherwise, false.

Implements

IApplicationBar..::.IsVisible

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ApplicationBar Class

Microsoft.Phone.Shell Namespace

Other Resources

How to create an app bar using XAML for Windows Phone

App bar for Windows Phone