Table of Contents

Property Disabled

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Core.dll

Disabled

false if the style sheet is applied to the document. true if it is not. Modifying this attribute may cause a new resolution of style for the document. A stylesheet only applies if both an appropriate medium definition is present and the disabled attribute is false. So, if the media doesn't apply to the current user agent, the disabled attribute is ignored.

bool Disabled { get; set; }

Property Value

bool