ApplicationBar.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
Public ReadOnly Property DefaultSize As Double
public double DefaultSize { get; }
Property Value
Type: System..::.Double
The distance that the Application Bar extends into a page.
Implements
IApplicationBar..::.DefaultSize
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
Microsoft.Phone.Shell Namespace