예제 #1
0
 /// <summary>
 /// Fluent language: return this, but the contents of the flow have the specified style.
 /// </summary>
 public Flow Style(string name)
 {
     if (name == null)
     {
         name = "";
     }
     AddSetter(AssembledStyles.StyleSetter(name));
     return(this);
 }