public void ToBackground(IStyle s, bool repeat) { s.SetBackground(src, repeat); }
public static void SetBackground(this IStyle s, string src) { s.SetBackground(src, false); }