Interface IHighlightLabelProvider
Interface used by Rad
Namespace: Telerik.Maui.Controls.HighlightLabel
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface IHighlightLabelProvider
Methods
FindHighlightTextStartIndex(String, String)
Returns start index for the text that will be highlighted.
Declaration
int FindHighlightTextStartIndex(string stringToHighlight, string wholeString)
Parameters
System.
|
System.
|
Returns
System.
|