Exemplo n.º 1
0
 public static void SetBackgroundColor(this GenListItem item, EColor color)
 {
     item.SetPartColor(ThemeConstants.GenListItem.ColorClass.Background, color);
 }
Exemplo n.º 2
0
 public static void SetBottomlineColor(this GenListItem item, EColor color)
 {
     item.SetPartColor(ThemeConstants.GenListItem.ColorClass.BottomLine, color);
 }