Ejemplo n.º 1
0
 public UIStyleInfo Background <T>(UIDrawableInfo <T> bg) where T : class, UI.IDrawable
 {
     return(Background(Module.Add(bg)));
 }
Ejemplo n.º 2
0
 public UITextBoxStyleInfo Cursor <T>(UIDrawableInfo <T> cursor) where T : class, UI.IDrawable
 {
     return(Cursor(Module.Add(cursor)));
 }