DreamService.Fullscreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether this dream is in fullscreen mode. -or- Controls android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN
on the dream's window.
public virtual bool Fullscreen { [Android.Runtime.Register("isFullscreen", "()Z", "GetIsFullscreenHandler")] get; [Android.Runtime.Register("setFullscreen", "(Z)V", "GetSetFullscreen_ZHandler")] set; }
[<get: Android.Runtime.Register("isFullscreen", "()Z", "GetIsFullscreenHandler")>]
[<set: Android.Runtime.Register("setFullscreen", "(Z)V", "GetSetFullscreen_ZHandler")>]
member this.Fullscreen : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether this dream is in fullscreen mode. Defaults to false.
Java documentation for android.service.dreams.DreamService.isFullscreen()
.
Property setter documentation:
Controls android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN
on the dream's window.
Java documentation for android.service.dreams.DreamService.setFullscreen(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.