Enum WebView.FindOption

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Options for searching texts.

    public enum WebView.FindOption

    Fields

    Name Description
    AtWordStart

    Search text only at the beginning of the words

    Backwards

    Search backwards

    CaseInsensitive

    Case insensitive search

    None

    No search flags

    ShowFindIndiator

    Show indicator

    ShowHighlight

    Show highlight

    ShowOverlay

    Show overlay

    TreatMediaCapitalAsWordStart

    Treat capital letters in the middle of words as word start

    WrapAround

    If not present the search stops at the end of the document

    Extension Methods

    EXamlExtensions.LoadFromEXaml<WebView.FindOption>(WebView.FindOption, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<WebView.FindOption>(WebView.FindOption, string)
    EXamlExtensions.LoadFromEXamlPath<WebView.FindOption>(WebView.FindOption, string)
    EXamlExtensions.LoadFromEXamlPath<WebView.FindOption>(WebView.FindOption, Type)
    Extensions.LoadFromXaml<WebView.FindOption>(WebView.FindOption, string)
    Extensions.LoadFromXaml<WebView.FindOption>(WebView.FindOption, Type)
    Extensions.LoadFromXamlFile<WebView.FindOption>(WebView.FindOption, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX