예제 #1
0
 public static TextStyle Color(this TextStyle style, string value)
 {
     return(style.FontColor(value));
 }