Table of Contents

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

ContextMenuEnabled

bool ContextMenuEnabled { get; set; }

Property Value

bool

CustomSchemeNames

List<string> CustomSchemeNames { get; set; }

Property Value

List<string>

DevToolsEnabled

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

int Height { get; set; }

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

int Left { get; set; }

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

MediaAutoplayEnabled

bool MediaAutoplayEnabled { get; set; }

Property Value

bool

MediaStreamEnabled

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

SmoothScrollingEnabled

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

int Top { get; set; }

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

int Width { get; set; }

Property Value

int

Zoom

int Zoom { get; set; }

Property Value

int

ZoomEnabled

bool ZoomEnabled { get; set; }

Property Value

bool

Methods

ToParameters()

InfiniFrameNativeParameters ToParameters()

Returns

InfiniFrameNativeParameters