示例#1
0
 public TextStyle(string fontFamily, int fontSize, Color foreGround, ThicknessStyle thickness)
 {
     this.FontSize   = fontSize;
     this.FontFamily = fontFamily;
     this.Foreground = foreGround;
     this.Thickness  = thickness;
 }
示例#2
0
 public TextStyle(string fontFamily, int fontSize, Color foreGround, ThicknessStyle thickness)
 {
     this.FontSize = fontSize;
     this.FontFamily = fontFamily;
     this.Foreground = foreGround;
     this.Thickness = thickness;
 }