Gets or sets the font color.

[VBScript]
Public Property Color As String
[JScript]
public function get Color() : String;
public function set Color(String);

Property Value

A string representing the font color.

See Also

HTMLFontElement Object | HTMLFontElement Members | DOM Namespace