public virtual Builder SetIconAttribute(int attrId)
 {
     builder.SetIconAttr(attrId);
     return(this);
 }