Mercurial > pub > ImplabNet
view Implab.Diagnostics.Interactive/TextStyle.cs @ 211:3eb3255d8cc5 v2
Code review, added a non generic version of SyncContextPromise
author | cin |
---|---|
date | Tue, 21 Mar 2017 17:29:13 +0300 |
parents | d10034588e38 |
children |
line wrap: on
line source
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Implab.Diagnostics.Interactive { class TextStyle { public Color TextColor { get; set; } public FontStyle FontStyle { get; set; } public int PaddingLeft { get; set; } } }