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
public class Settings
Inheritance
Settings

Properties

View Source

DefaultFontSize

The default font size of a pixel.

Declaration
C#
Copy
public int DefaultFontSize { get; set; }
Property Value
Type Description
System.Int32
API Level: 4
View Source

DefaultTextEncodingName

The default text encoding name.

Declaration
C#
Copy
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
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
public bool LoadImageAutomatically { get; set; }
Property Value
Type Description
Boolean
API Level: 4