AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.151" />

.NET API 457,728 bytes

 AngleSharp.Css.Values

Namespace with 55 public types

 Classes

 CssAttrValue Represents a CSS attr function call.
 CssBackgroundSizeValue Represents a CSS background size definition.
 CssBorderImageSliceValue Represents the CSS border image slice definition.
 CssCalcValue Represents a CSS calculated value.
 CssContentValue Represents a CSS content function call.
 CssFlowRelativeValue`1 Represents a flow relative CSS value.
 CssGradientStopValue More information can be found at the W3C: http://dev.w3.org/csswg/css-images-3/#color-stop-syntax
 CssImageRepeatsValue Represents a CSS image repeat definition.
 CssListValue`1 Represents a CSS value list.
 CssOriginValue Represents a CSS origin definition.
 CssPeriodicValue`1 Represents a periodic CSS value.
 CssRadialGradientValue Represents a radial gradient: http://dev.w3.org/csswg/css-images-3/#radial-gradients
 CssRadiusValue`1 Represents a periodic CSS value.
 CssReferenceValue Represents a CSS shorthand that includes var replacements.
 CssRunningValue Represents a CSS running function call.
 CssShadowValue The shadow class for holding information about a box or text-shadow.
 CssShapeValue Represents a CSS shape. https://developer.mozilla.org/en-US/docs/Web/CSS/shape
 CssSkewValue Represents the skew transformation.
 CssSymbolsValue Represents a CSS symbols function call.
 CssTupleValue Represents a tuple of CSS values.
 CssTupleValue`1 Represents a tuple of CSS values.
 CssUrlValue Represents an URL object. https://developer.mozilla.org/en-US/docs/Web/CSS/uri
 CssVarValue Represents a CSS var replacement.
 TransformMatrix Represents a transformation matrix value. http://dev.w3.org/csswg/css-transforms/#mathematical-description

 Structures

 CssAngleValue Represents an angle object. https://developer.mozilla.org/en-US/docs/Web/CSS/angle
 CssColorValue Represents a color value.
 CssConstantValue`1 Represents a selected CSS enum value.
 CssCounterDefinitionValue Represents a CSS counter.
 CssCounterValue Sets a CSS counter.
 CssFractionValue Represents a fractional value.
 CssFrequencyValue Represents a frequency value.
 CssIdentifierValue Represents a CSS identifier value.
 CssIntegerValue Represents an integer value.
 CssLengthValue Represents an absolute length value.
 CssLineNamesValue Represents a CSS line names definition.
 CssNumberValue Represents a number value.
 CssPercentageValue Represents a percentage value.
 CssPoint2D Represents a point value consisting of two distances.
 CssQuoteValue Represents a CSS quote.
 CssRatioValue Represents a ratio (top to bottom) value.
 CssResolutionValue Represents a resolution value.
 CssStringValue Represents a CSS string value.
 CssTimeValue Represents a time value.

 Interfaces

 ICssCompositeValue Represents a composition of CSS values.
 ICssComputeContext Defines the context for computing styles.
 ICssFunctionValue Represents a CSS value using a function call.
 ICssGradientFunctionValue The common interface for all CSS gradients.
 ICssImageValue Basic interface for all image sources (linear-gradient, radial-gradient, URL, solid, ...).
 ICssMetricValue Defines a class of CSS values that have a metric.
 ICssMultipleValue Represents a multiple CSS value holder.
 ICssPrimitiveValue Represents a primitive CSS value.
 ICssRawValue Represents a value that needs to be evaluated at runtime.
 ICssSpecialValue Represents a special CSS value.
 ICssTimingFunctionValue Represents a general timing function.
 ICssTransformFunctionValue Functionality for computing transformation.