Exemplo n.º 1
0
 public LayoutCell(Alignment alignment, float stretchX) : this(alignment, stretchX, 1)
 {
 }
Exemplo n.º 2
0
 public LayoutCell(Alignment alignment, float stretchX, float stretchY)
 {
     Alignment = alignment;
     StretchX  = stretchX;
     StretchY  = stretchY;
 }
Exemplo n.º 3
0
 public LayoutCell(Alignment alignment)
 {
     Alignment = alignment;
 }