Class DocumentPictureInPictureOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class DocumentPictureInPictureOptions
- Inheritance
-
DocumentPictureInPictureOptions
- Inherited Members
-
Constructors
DocumentPictureInPictureOptions()
public DocumentPictureInPictureOptions()
Fields
DisallowReturnToOpener
[Value("disallowReturnToOpener")]
public bool DisallowReturnToOpener
Field Value
- bool
Height
[Value("height")]
public ulong Height
Field Value
- ulong
PreferInitialWindowPlacement
[Value("preferInitialWindowPlacement")]
public bool PreferInitialWindowPlacement
Field Value
- bool
Width
[Value("width")]
public ulong Width
Field Value
- ulong