NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTable.BorderColor

Gets or sets the border color of an HtmlTable control.

[Visual Basic]
Public Property BorderColor As String
[C#]
public string BorderColor {get; set;}
[C++]
public: __property String* get_BorderColor();
public: __property void set_BorderColor(String*);
[JScript]
public function get BorderColor() : String;
public function set BorderColor(String);

Property Value

The border color of an HtmlTable control. Values can be any hexadecimal number preceded by a "#" character, or one for sixteen color names. For more information, see any HTML reference guide.

See Also

HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace