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