Class Settings
This class provides the properties for setting the preference of a specific WebView.
Inherited Members
Namespace: Tizen.WebView
Assembly: Tizen.WebView.dll
Syntax
public class Settings
Properties
DefaultFontSize
The default font size of a pixel.
Declaration
public int DefaultFontSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Version
4DefaultTextEncodingName
The default text encoding name.
Declaration
public string DefaultTextEncodingName { get; set; }
Property Value
Type | Description |
---|---|
String |
API Version
4JavaScriptEnabled
Whether the JavaScript can be executed.
Declaration
public bool JavaScriptEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
API Version
4LoadImageAutomatically
Whether the images can be loaded automatically.
Declaration
public bool LoadImageAutomatically { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
API Version
4ScriptsCanOpenWindows
Whether the scripts can open windows.
Declaration
public bool ScriptsCanOpenWindows { get; set; }
Property Value
Type | Description |
---|---|
Boolean |