AngleSharp.Css.Values
Namespace with 19 public types
Classes
Counter
Represents a CSS counter.
CubicBezierTimingFunction
Specifies a cubic-bezier curve.
Shadow
The shadow class for holding information about
a box or text-shadow.
Shape
Represents a CSS shape.
https://developer.mozilla.org/en-US/docs/Web/CSS/shape
StepsTimingFunction
Specifies a stepping function, described above, taking two parameters.
Structures
Angle
Represents an angle value.
Color
Represents a color value.
Frequency
Represents a time value.
GradientStop
More information can be found at the W3C:
http://dev.w3.org/csswg/css-images-3/#color-stop-syntax
Length
Represents an absolute length value.
Number
Represents a float value.
Percent
Represents a percentage value.
Point
Represents a point value consisting of two distances.
Resolution
Represents a resolution value.
Time
Represents a time value.
Interfaces
IGradient
The common interface for all CSS gradients.
IImageSource
Basic interface for all image sources
(linear-gradient, radial-gradient, URL, solid, ...).
ITimingFunction
Represents a general timing function.
ITransform
Functionality for computing transformation.