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