PhoneApplicationPage.ApplicationBar Property

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

Syntax

'Declaration
Public Property ApplicationBar As IApplicationBar
public IApplicationBar ApplicationBar { get; set; }
public:
property IApplicationBar^ ApplicationBar {
    IApplicationBar^ get ();
    void set (IApplicationBar^ value);
}
member ApplicationBar : IApplicationBar with get, set

Property Value

Type: Microsoft.Phone.Shell.IApplicationBar

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace