HTMLHRElement.NoShade Property |
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);
true if shading should not be used, false, otherwise.
HTMLHRElement Object | HTMLHRElement Members | DOM Namespace