Esempio n. 1
0
 public static void SetTextWrapping(this HtmlStyleDictionary style, TextWrapping textWrapping, IHtmlValueConverter converter)
 {
     style.SetValue("white-space", converter.ToWhiteSpaceString(textWrapping));
 }
Esempio n. 2
0
 public static void SetTextWrapping(this HtmlStyleDictionary style, TextWrapping textWrapping, IHtmlValueConverter converter)
 {
     style.SetValue("white-space", converter.ToWhiteSpaceString(textWrapping));
 }