Enum WebView.FindOption

Definition

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

Options for searching texts.

C#
Copy
public enum FindOption : int
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