Interface IHasInfiniFrameProperties
- Namespace
- InfiniFrame
- Assembly
- InfiniFrame.Shared.dll
public interface IHasInfiniFrameProperties
Properties
BrowserControlInitParameters
string? BrowserControlInitParameters { get; }
Property Value
- string
Chromeless
Property Value
- bool
bool ContextMenuEnabled { get; }
Property Value
- bool
bool DevToolsEnabled { get; }
Property Value
- bool
FileSystemAccessEnabled
bool FileSystemAccessEnabled { get; }
Property Value
- bool
FullScreen
Property Value
- bool
GrantBrowserPermissions
bool GrantBrowserPermissions { get; }
Property Value
- bool
Height
Property Value
- int
IconFilePath
string IconFilePath { get; }
Property Value
- string
IgnoreCertificateErrorsEnabled
bool IgnoreCertificateErrorsEnabled { get; }
Property Value
- bool
JavascriptClipboardAccessEnabled
bool JavascriptClipboardAccessEnabled { get; }
Property Value
- bool
Left
Property Value
- int
MaxHeight
int MaxHeight { get; set; }
Property Value
- int
MaxWidth
int MaxWidth { get; set; }
Property Value
- int
Maximized
Property Value
- bool
bool MediaStreamEnabled { get; }
Property Value
- bool
MinHeight
int MinHeight { get; set; }
Property Value
- int
MinWidth
int MinWidth { get; set; }
Property Value
- int
Minimized
Property Value
- bool
NotificationRegistrationId
string? NotificationRegistrationId { get; }
Property Value
- string
NotificationsEnabled
bool NotificationsEnabled { get; }
Property Value
- bool
Resizable
Property Value
- bool
bool SmoothScrollingEnabled { get; }
Property Value
- bool
StartString
string? StartString { get; }
Property Value
- string
StartUrl
string? StartUrl { get; }
Property Value
- string
TemporaryFilesPath
string? TemporaryFilesPath { get; }
Property Value
- string
Title
Property Value
- string
Top
Property Value
- int
TopMost
Property Value
- bool
Transparent
bool Transparent { get; }
Property Value
- bool
WebSecurityEnabled
bool WebSecurityEnabled { get; }
Property Value
- bool
Width
Property Value
- int
Zoom
Property Value
- int
ZoomEnabled
bool ZoomEnabled { get; }
Property Value
- bool