CssPartEnum Enumeration
Enumeration of known CSS parts.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
Public Enumeration CssPartEnum
No code example is currently available or this language may not be supported.
None | 0 |
No part specified or unknown.
|
Selector | 1 |
Selector area.
|
Entry | 2 |
Internal entry area, before, between, and after attributes.
|
AttributeName | 3 |
Individual attribute name.
|
AttributeNameValue | 4 |
Space between attribute name and value.
|
AttributeValue | 5 |
Individual attribute value.
|