IApplicationBar.DefaultSize Property

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

Gets the distance that the Application Bar extends into a page when the Mode property is set to Default.

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

Syntax

ReadOnly Property DefaultSize As Double
double DefaultSize { get; }

Property Value

Type: System..::.Double
The distance that the Application Bar extends into a page.

Remarks

The current value of DefaultSize is 72.0 pixels.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

IApplicationBar Interface

Microsoft.Phone.Shell Namespace

MiniSize

Mode

Other Resources

App bar for Windows Phone