alinkColor property
String
get
alinkColor
Returns or sets the color of an active link in the document body. A link
is active
during the time between mousedown
and mouseup
events.
Implementation
external String get alinkColor;
set
alinkColor
(String value)
Implementation
external set alinkColor(String value);