public TextStyle(string fontFamily, int fontSize, Color foreGround, ThicknessStyle thickness) { this.FontSize = fontSize; this.FontFamily = fontFamily; this.Foreground = foreGround; this.Thickness = thickness; }