We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb1f05 commit c08d40eCopy full SHA for c08d40e
xamarin-android/SfAutoComplete/highlighting-matched-text.md
@@ -30,10 +30,9 @@ It highlights the first position of the matching characters in the suggestion li
30
31
{% highlight C# %}
32
33
-countryAutoComplete.SuggestionMode=SuggestionMode.StartsWith;
34
-countryAutoComplete.TextHighlightMode=OccurrenceMode.FirstOccurrence;
35
-countryNameAutoComplete.HighlightedTextColor = Color.Red;
36
-countryNameAutoComplete.HighlightedTextFontAttributes = HighlightedTextFontAttributes.Bold;
+countryAutoComplete.TextHighlightMode = OccurrenceMode.FirstOccurrence;
+countryAutoComplete.HighlightedTextColor = Color.Blue;
+countryAutoComplete.HighlightedTextFontTypeFace = TypefaceStyle.Bold;
37
38
{% endhighlight %}
39
0 commit comments