Click or drag to resize

IBrowserFullScreen Property

Gets the IFullScreen instance that can be used for controlling the browser's fullscreen mode.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
IFullScreen FullScreen { get; }

Property Value

Type: IFullScreen
The IFullScreen instance associated with this IBrowser.
See Also