Beispiel #1
0
 public Label(int x, int y, int width, int height, State state)
     : base(x, y, width, height, state)
 {
     SetMargin(0);
     _cornerRadius = 0;
     _fillBody     = false;
     _textAllign   = TextAllign.Left;
     _textColour   = Color4.Black;
 }
Beispiel #2
0
 public void SetTextAllign(TextAllign allign)
 {
     _textAllign = allign;
 }