Class Settings

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

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

    public class Settings
    Inheritance
    object
    Settings

    Properties

    View Source

    DefaultFontSize

    The default font size of a pixel.

    Declaration
    public int DefaultFontSize { get; set; }
    Property Value
    Type Description
    int
    View Source

    DefaultTextEncodingName

    The default text encoding name.

    Declaration
    public string DefaultTextEncodingName { get; set; }
    Property Value
    Type Description
    string
    View Source

    JavaScriptEnabled

    Whether the JavaScript can be executed.

    Declaration
    public bool JavaScriptEnabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    LoadImageAutomatically

    Whether the images can be loaded automatically.

    Declaration
    public bool LoadImageAutomatically { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX