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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object FullScreen="bool" .../>
Property Value
Type: System.BooleanReturns true if the phone application frame is in full-screen mode; otherwise, false.
Show: