GroupDocs.Editor.HtmlCss.Css.DataTypes
The GroupDocs.Editor.HtmlCss.Css.DataTypes namespace provides classes that represent CSS data types.
Classes
| Class |
Description |
| ArgbColor.KnownColors |
Contains all “known colors”, that have fixed unique name and value in CSS standart |
Structures
| Structure |
Description |
| ArgbColor |
Represents one color value in ARGB format with converters and serializers |
| Length |
Represents a CSS length value in any supportable unit, including percentage and unitless type. Values may be integer or float, negative, zero and positive. Immutable structure. |
| Ratio |
Represents a “ratio” CSS data type, which is used for describing aspect ratios in media queries and for raster images by denoting the proportion between two unitless values called “numerator” and “denominator”. Immutable struct. |
Interfaces
| Interface |
Description |
| ICssDataType |
Common interface for all CSS data types, which are used in the CSS properties |
Enumeration
| Enumeration |
Description |
| Length.Unit |
All supported length units |