Esempio n. 1
0
 /// <summary>
 /// Represents the HTML attribute "shape".
 /// </summary>
 /// <param name="shape">The value.</param>
 /// <returns>The same instance of <see cref="Hex.AttributeBuilders.HtmlAttributeBuilder"/>.</returns>
 public HtmlAttributeBuilder Shape( ShapeType shape )
 {
     return this.Shape( shape.ToLowerString() );
 }