3 references to Bordercolor
System.Web (3)
UI\Html32TextWriter.cs (1)
399
AddAttribute(HtmlTextWriterAttribute.
Bordercolor
, value);
UI\HTMLTextWriter.cs (1)
242
RegisterAttribute("bordercolor", HtmlTextWriterAttribute.
Bordercolor
, false);
UI\WebControls\Table.cs (1)
235
writer.AddAttribute(HtmlTextWriterAttribute.
Bordercolor
, ColorTranslator.ToHtml(borderColor));