Esempio n. 1
0
 /// <summary>
 /// Sets the group color.
 /// </summary>
 /// <param name="color">The color.</param>
 public void Color(FWStateColors color)
 {
     _color = color;
 }
 /// <summary>
 /// Sets the portlet color.
 /// </summary>
 /// <param name="color">The portlet color.</param>
 /// <returns>The fluent configurator object.</returns>
 public FWPortletControl Color(FWStateColors color)
 {
     _color = color;
     return(this);
 }
Esempio n. 3
0
 /// <summary>
 /// Sets the color.
 /// </summary>
 /// <param name="color">The button color.</param>
 /// <returns>The fluent configurator object.</returns>
 public FWTableControl Color(FWStateColors color)
 {
     _color = color;
     return(this);
 }