Esempio n. 1
0
 public static TextSpan LightBlue(this string value) =>
 new ContainerSpan(ForegroundColorSpan.LightBlue(),
                   new ContentSpan(value),
                   ForegroundColorSpan.Reset());