Class Settings
Definition
- Assembly:
- Tizen.WebView.dll
This class provides the properties for setting the preference of a specific WebView.
public class Settings
- Inheritance
-
objectSettings
Properties
View SourceDefaultFontSize
The default font size of a pixel.
Declaration
public int DefaultFontSize { get; set; }
Property Value
Type | Description |
---|---|
int |
DefaultTextEncodingName
The default text encoding name.
Declaration
public string DefaultTextEncodingName { get; set; }
Property Value
Type | Description |
---|---|
string |
JavaScriptEnabled
Whether the JavaScript can be executed.
Declaration
public bool JavaScriptEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
LoadImageAutomatically
Whether the images can be loaded automatically.
Declaration
public bool LoadImageAutomatically { get; set; }
Property Value
Type | Description |
---|---|
bool |