Пример #1
0
 /// <summary>
 /// Creates a new attributed string from the specified styled text and theme.
 /// </summary>
 /// <param name="styledText">The styled text.</param>
 /// <param name="theme">The theme to apply.</param>
 /// <returns>A new attributed string.</returns>
 public static NSMutableAttributedString FromStyledText(StyledText styledText, LabelTheme theme)
 {
     return(AttributedString.FromStyledText(styledText, theme, ViewFontSizes.StandardFontSize));
 }