Exemple #1
0
        private void highlightSubstring()
        {
            var label = Element as CustomLabel;

            UIElementsHelper.HighlightSubstring((Element as CustomLabel)?.BoldText, Element as CustomLabel);
            // UIElementsHelper.HighlightText(label, label.BoldText, Color.Green, Color.Brown);
        }
Exemple #2
0
 private void highlightSubstring()
 {
     UIElementsHelper.HighlightSubstring((Element as CustomLabel)?.BoldText, Control);
 }
Exemple #3
0
 private void highlightSubstring()
 {
     UIElementsHelper.HighlightSubstring((Element as ImageButton)?.BoldText, Control?.TitleLabel);
 }