AngleSharp.Css.Values
Namespace with 48 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.
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.
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
Angle
Represents an angle object.
https://developer.mozilla.org/en-US/docs/Web/CSS/angle
Color
Represents a color value.
Constant`1
Represents a selected CSS enum value.
CounterDefinition
Represents a CSS counter.
CounterValue
Sets a CSS counter.
Fraction
Represents a fractional value.
Frequency
Represents a time value.
Identifier
Represents a CSS identifier value.
Label
Represents a CSS label ("string") value.
Length
Represents an absolute length value.
LineNames
Represents a CSS line names definition.
Point
Represents a point value consisting of two distances.
Quote
Represents a CSS quote.
Ratio
Represents a ratio (top to bottom) value.
Resolution
Represents a resolution value.
Time
Represents a time value.
Interfaces
ICssCompositeValue
Represents a composition of CSS values.
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, ...).
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.