AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.7" />

.NET API 1,206,784 bytes

 AngleSharp.Dom.Css

Namespace with 71 public types

 Classes

 CssStyleEngine The CSS style engine for creating CSSStyleSheet instances.

 Enumerations

 AnimationDirection The enumeration over all possible animation direction values.
 AnimationFillStyle An enumeration over all possible fill-mode values.
 BackgroundAttachment An enumeration with all background attachment settings.
 BackgroundRepeat The enumeration over all possible repeat values.
 BlendMode An enumeration over all possible blend-mode values.
 BorderRepeat The enumeration over all possible border repeat values.
 BoxModel An enumeration with the various box sizing models / clip or origins.
 BreakMode An enumeration over all possible break modes.
 ClearMode The enumeration with all possible clear modes.
 CssRuleType The set of possible CSS rules.
 DisplayMode A list of all pre-defined display settings.
 Floating All possible values for taking an element out of its normal flow.
 FontSize A listing of all possible pre-defined font-sizes.
 FontStretch An enumeration with possible font stretch settings.
 FontStyle The enumeration with the various font styles.
 FontVariant An enumeration with font variant transformations.
 FontWeight A listing of all possible pre-defined font-weights.
 HoverAbility Specifies a user's ability to hover over elements.
 LineStyle An enumeration with all possible line styles.
 ListPosition An enumeration over all list positions.
 ListStyle An enumeration over possible list styles.
 ObjectFitting The enumeration over all possible object fitting values.
 OverflowMode An enumeration with possible overflow modes.
 PlayState An enumeration over all various play states.
 PointerAccuracy Values for the accuracy of a pointer device.
 PositionMode An enumeration with possible position modes.
 ScriptingState Enumeration to describe the current scripting state.
 SystemCursor A list of all pre-defined system cursor modes.
 SystemFont An enumeration containing the various predefined system fonts.
 TextDecorationLine An enumeration that defines the various line styles.
 TextDecorationStyle An enumeration with the various text decoration styles.
 TextTransform An enumeration with all possible text transformations.
 UnicodeMode An enumeration with various unicode modes.
 UpdateFrequency Available device update frequencies.
 Whitespace An enumeration with the various whitespace handling modes.

 Interfaces

 IConditionFunction Represents a function of the @supports rule.
 ICssCharsetRule Represents a @charset CSS rule.
 ICssComment Represents a comment in the CSSOM.
 ICssConditionRule Represents all the "conditional" at-rules, which consist of a condition and a statement block.
 ICssCounterStyleRule Represents the counter-style CSS rule.
 ICssDocumentRule Represents a document CSS rule.
 ICssFontFaceRule Represents a @font-face CSS rule.
 ICssFontFeatureValuesRule Represents a @font-feature-values CSS rule.
 ICssGroupingRule Represents any at (grouping) CSS rule.
 ICssImportRule Represents the @import CSS rule.
 ICssKeyframeRule Represents the style rule for a single key.
 ICssKeyframesRule Represents a complete set of keyframes for a single animation.
 ICssMarginRule Represents a margin CSS rule (e.g. in an @page at-rule).
 ICssMediaRule Represents a @media CSS rule.
 ICssMedium Represents a CSS medium.
 ICssNamespaceRule Represents a namespace declaration CSS rule.
 ICssNode Represents a node in the CSSOM.
 ICssPageRule Represents the @page CSS rule.
 ICssProperties Represents a set of CSS properties.
 ICssProperty Common interface of all CSS properties.
 ICssRule Represents the base interface for a CSS rule.
 ICssRuleCreator Represents the possibility of creating rules.
 ICssRuleList Represents a list of CSS rules.
 ICssStyleDeclaration Represents a CSS declaration block, including its underlying state, where this underlying state depends upon the source of the CSSStyleDeclaration instance.
 ICssStyleRule Represents a general CSS styling rule.
 ICssStyleSheet Represents the CSS style sheet for storing CSS styles.
 ICssSupportsRule Represents a ‘@supports’ CSS rule.
 IDocumentFunction Represents a function of the @document rule.
 IElementCssInlineStyle Used to mark elements that may have inline style, usually set and defined over an attribute.
 IKeyframeSelector Represents a CSS key text.
 IMediaFeature Represents a CSS media feature.
 IMediaList A collection of media queries.
 IMediaQueryList A MediaQueryList object maintains a list of media queries on a document, and handles sending notifications to listeners when the media queries on the document change.
 ISelector Represents a CSS selector for matching elements. More information: http://dev.w3.org/csswg/selectors4/
 IStyleUtilities A set of useful methods for retrieving style information.