ApplicationBar.MiniSize 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 Minimized.

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

Syntax

Public ReadOnly Property MiniSize As Double
public double MiniSize { get; }

Property Value

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

Implements

IApplicationBar..::.MiniSize

Remarks

The current value of MiniSize is 30.0 pixels.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ApplicationBar Class

Microsoft.Phone.Shell Namespace

DefaultSize

Mode

Other Resources

How to create an app bar using XAML for Windows Phone

App bar for Windows Phone