public ColumnHeader(string text, int width, Lfx.Types.StringAlignment textAlignment) : this(text, width) { this.TextAlignment = textAlignment; }