FullscreenOptions
Overview
The FullscreenOptions dictionary is used to provide configuration options when calling requestFullscreen() on an element to place that element into full-screen mode.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
property navigationUI: HTMLElement read write;
HTMLElement navigationUI { get; set; }
var navigationUI: HTMLElement { get{} set{} }
HTMLElement navigationUI { __get; __set; }
Property navigationUI() As HTMLElement