Mercurial > pub > ImplabNet
comparison Implab.Diagnostics.Interactive/TextStyle.cs @ 45:d10034588e38 interactive logger
initial work on interactive logger
author | cin |
---|---|
date | Thu, 17 Apr 2014 03:05:53 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
42:3ba6778ed336 | 45:d10034588e38 |
---|---|
1 using System; | |
2 using System.Collections.Generic; | |
3 using System.Drawing; | |
4 using System.Linq; | |
5 using System.Text; | |
6 using System.Threading.Tasks; | |
7 | |
8 namespace Implab.Diagnostics.Interactive { | |
9 class TextStyle { | |
10 public Color TextColor { | |
11 get; | |
12 set; | |
13 } | |
14 | |
15 public FontStyle FontStyle { | |
16 get; | |
17 set; | |
18 } | |
19 | |
20 public int PaddingLeft { | |
21 get; | |
22 set; | |
23 } | |
24 } | |
25 } |