Interface IInfiniFrameWindowConfiguration
- Namespace
- InfiniFrame
- Assembly
- InfiniFrame.Shared.dll
public interface IInfiniFrameWindowConfiguration : IHasInfiniFrameProperties
Properties
BrowserControlInitParameters
string? BrowserControlInitParameters { get; set; }
Property Value
- string
Centered
bool Centered { get; set; }
Property Value
- bool
Chromeless
bool Chromeless { get; set; }
Property Value
- bool
bool ContextMenuEnabled { get; set; }
Property Value
- bool
CustomSchemeNames
List<string> CustomSchemeNames { get; set; }
Property Value
- List<string>
bool DevToolsEnabled { get; set; }
Property Value
- bool
FileSystemAccessEnabled
bool FileSystemAccessEnabled { get; set; }
Property Value
- bool
FullScreen
bool FullScreen { get; set; }
Property Value
- bool
GrantBrowserPermissions
bool GrantBrowserPermissions { get; set; }
Property Value
- bool
Height
Property Value
- int
IconFilePath
string IconFilePath { get; set; }
Property Value
- string
IgnoreCertificateErrorsEnabled
bool IgnoreCertificateErrorsEnabled { get; set; }
Property Value
- bool
JavascriptClipboardAccessEnabled
bool JavascriptClipboardAccessEnabled { get; set; }
Property Value
- bool
Left
Property Value
- int
MaxHeight
int MaxHeight { get; set; }
Property Value
- int
MaxWidth
int MaxWidth { get; set; }
Property Value
- int
Maximized
bool Maximized { get; set; }
Property Value
- bool
bool MediaAutoplayEnabled { get; set; }
Property Value
- bool
bool MediaStreamEnabled { get; set; }
Property Value
- bool
MinHeight
int MinHeight { get; set; }
Property Value
- int
MinWidth
int MinWidth { get; set; }
Property Value
- int
Minimized
bool Minimized { get; set; }
Property Value
- bool
NotificationRegistrationId
string? NotificationRegistrationId { get; set; }
Property Value
- string
NotificationsEnabled
bool NotificationsEnabled { get; set; }
Property Value
- bool
Resizable
bool Resizable { get; set; }
Property Value
- bool
bool SmoothScrollingEnabled { get; set; }
Property Value
- bool
StartString
string? StartString { get; set; }
Property Value
- string
StartUrl
string? StartUrl { get; set; }
Property Value
- string
TemporaryFilesPath
string? TemporaryFilesPath { get; set; }
Property Value
- string
Title
string Title { get; set; }
Property Value
- string
Top
Property Value
- int
TopMost
bool TopMost { get; set; }
Property Value
- bool
Transparent
bool Transparent { get; set; }
Property Value
- bool
UseOsDefaultLocation
bool UseOsDefaultLocation { get; set; }
Property Value
- bool
UseOsDefaultSize
bool UseOsDefaultSize { get; set; }
Property Value
- bool
UserAgent
string? UserAgent { get; set; }
Property Value
- string
WebSecurityEnabled
bool WebSecurityEnabled { get; set; }
Property Value
- bool
Width
Property Value
- int
Zoom
Property Value
- int
ZoomEnabled
bool ZoomEnabled { get; set; }
Property Value
- bool
Methods
ToParameters()
InfiniFrameNativeParameters ToParameters()
Returns
- InfiniFrameNativeParameters