FullScreen Property
Collapse the table of content
Expand the table of content

PhoneApplicationFrame.FullScreen Property

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

Gets or sets a value that indicates whether the phone application frame is in full-screen mode or normal window mode.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

public bool FullScreen { get; set; }
<object FullScreen="bool" .../>

Property Value

Type: System.Boolean
Returns true if the phone application frame is in full-screen mode; otherwise, false.

Windows Phone OS

Supported in: 8.1

Show:
© 2017 Microsoft