File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
xamarin-android/SfAutoComplete Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ control : SfAutoComplete
77documentation : ug
88---
99
10+ {% banner %}
11+
12+ {:.gradient_m}
13+
14+ {% col_2_equal %}
15+
1016# Highlighting matched text
1117
1218Highlight matching characters in a suggestion list to pick an item with more clarity. There are two ways to highlight the matching text:
@@ -41,7 +47,7 @@ countryAutoComplete.HighlightedTextFontTypeFace = TypefaceStyle.Bold;
4147N> The default Color of HighlightedTextColor is Red.
4248 The default FontAttribute of HighlightedTextFontAttributes is None.
4349
44- ![ ] ( images/FirstOccurrence.png )
50+ ![ First Occurrence AutoComplete Image ] ( images/FirstOccurrence.png )
4551
4652## Multiple Occurrence
4753
@@ -60,7 +66,7 @@ countryNameAutoComplete.HighlightedTextFontAttributes = HighlightedTextFontAttri
6066
6167{% endtabs %}
6268
63- ![ ] ( images/MultipleOccurrence.png )
69+ ![ Multiple Occurrence AutoComplete Image ] ( images/MultipleOccurrence.png )
6470
6571
6672
You can’t perform that action at this time.
0 commit comments