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