public UIStyleInfo Background(UI.IDrawable bg)
 {
     _background = bg;
     return(this);
 }
 public UITextBoxStyleInfo Cursor(UI.IDrawable cursor)
 {
     _cursor = cursor;
     return(this);
 }