AngleSharp by Florian Rappl

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

.NET API 1,168,384 bytes

 AngleSharp.Dom.Css

Namespace with 71 public types

 Classes

 CssStyleEngine The CSS style engine for creating CSSStyleSheet instances.

 Structures

 Angle Represents an angle value.
 Color Represents a color value.
 Frequency Represents a time value.
 Length Represents an absolute length value.
 Number Represents a float value.
 Percent Represents a percentage value.
 Resolution Represents a resolution value.
 Time Represents a time value.

 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.
 CssValueType This enumeration is indicating which type of unit applies to the value.
 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.
 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

 ICssCharsetRule Represents a @charset CSS rule.
 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.
 ICssNamespaceRule Represents a namespace declaration CSS rule.
 ICssPageRule Represents the @page CSS rule.
 ICssProperty Common interface of all CSS properties.
 ICssRule Represents the base interface for a CSS rule.
 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.
 ICssValue Represents the base for any CSS value.
 IElementCssInlineStyle Used to mark elements that may have inline style, usually set and defined over an attribute.
 IKeyframeSelector Represents a CSS key text.
 IMediaList A collection of media queries.
 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.