Skip to content

Commit d822982

Browse files
Adding some content changes
1 parent c08d40e commit d822982

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

xamarin-android/SfAutoComplete/highlighting-matched-text.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ control : SfAutoComplete
77
documentation : ug
88
---
99

10+
{% banner %}
11+
12+
{:.gradient_m}
13+
14+
{% col_2_equal %}
15+
1016
# Highlighting matched text
1117

1218
Highlight 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;
4147
N> 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

0 commit comments

Comments
 (0)