Show / Hide Table of Contents

    Class Settings

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

    Inheritance
    Object
    Settings
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.WebView
    Assembly: Tizen.WebView.dll
    Syntax
    public class Settings

    Properties

    DefaultFontSize

    The default font size of a pixel.

    Declaration
    public int DefaultFontSize { get; set; }
    Property Value
    Type Description
    Int32
    API Version
    4

    DefaultTextEncodingName

    The default text encoding name.

    Declaration
    public string DefaultTextEncodingName { get; set; }
    Property Value
    Type Description
    String
    API Version
    4

    JavaScriptEnabled

    Whether the JavaScript can be executed.

    Declaration
    public bool JavaScriptEnabled { get; set; }
    Property Value
    Type Description
    Boolean
    API Version
    4

    LoadImageAutomatically

    Whether the images can be loaded automatically.

    Declaration
    public bool LoadImageAutomatically { get; set; }
    Property Value
    Type Description
    Boolean
    API Version
    4

    ScriptsCanOpenWindows

    Whether the scripts can open windows.

    Declaration
    public bool ScriptsCanOpenWindows { get; set; }
    Property Value
    Type Description
    Boolean
    API Version
    6
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX