Class Settings

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
4

This class provides the properties for setting the preference of a specific WebView.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class Settings
Inheritance
System.Object
Settings

Properties

View Source

DefaultFontSize

The default font size of a pixel.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public int DefaultFontSize { get; set; }
Property Value
Type Description
Int32
API Level: 4
View Source

DefaultTextEncodingName

The default text encoding name.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string DefaultTextEncodingName { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

JavaScriptEnabled

Whether the JavaScript can be executed.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool JavaScriptEnabled { get; set; }
Property Value
Type Description
Boolean
API Level: 4
View Source

LoadImageAutomatically

Whether the images can be loaded automatically.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool LoadImageAutomatically { get; set; }
Property Value
Type Description
Boolean
API Level: 4
View Source

ScriptsCanOpenWindows

Whether the scripts can open windows.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool ScriptsCanOpenWindows { get; set; }
Property Value
Type Description
Boolean
API Level: 6