linkColor property
String
get
linkColor
The Document.linkColor
property gets/sets the color of
links within the document.
This property is deprecated. As an alternative, you can set the CSS
color
property on either HTML anchor links (a
) or on
pseudo-classes. Another alternative is
document.body.link
, although this is deprecated in HTML
4.01.
Implementation
external String get linkColor;
set
linkColor
(String value)
Implementation
external set linkColor(String value);