ApplicationBar.IsVisible Property

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property IsVisible As Boolean
public bool IsVisible { get; set; }
public:
virtual property bool IsVisible {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsVisible : bool with get, set 
override IsVisible : bool with get, set

Property Value

Type: System.Boolean

Implements

IApplicationBar.IsVisible

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ApplicationBar Class

Microsoft.Phone.Shell Namespace