Gets or sets a value indicating to the user agent that there should be no shading in the rendering of this element.

[VBScript]
Public Property NoShade As Boolean
[JScript]
public function get NoShade() : Boolean;
public function set NoShade(Boolean);

Property Value

true if shading should not be used, false, otherwise.

See Also

HTMLHRElement Object | HTMLHRElement Members | DOM Namespace