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