Enum CssStyleSheetType
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
The different types of CssStyleSheets
public enum CssStyleSheetType
Fields
UserAgent = 0The stylesheet is a user agent stylesheet
Author = 1The stylesheet is a author stylesheet
User = 2The stylesheet is a user stylesheet
Inline = 3The styles comes from a inline style attribute
NonCssPresentationalHints = 4Collector = 5Used internally for collection of styles for an element
Unknown = 6Used internally for unknown properties