AngleSharp by Florian Rappl

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

 UnitType

public enum UnitType
An integer indicating which type of unit applies to the value.
Attr = 22

The value is a attribute function. The value can be obtained by using the getStringValue method.

Cm = 6

The value is a length (cm). The value can be obtained by using the getFloatValue method.

Counter = 23

The value is a counter or counters function. The value can be obtained by using the getCounterValue method.

Deg = 11

The value is an angle (deg). The value can be obtained by using the getFloatValue method. There are 360 degrees in a full circle.

Dimension = 18

The value is a number with an unknown dimension. The value can be obtained by using the getFloatValue method.

Ems = 3

The value is a length (ems). The value can be obtained by using the getFloatValue method.

Exs = 4

The value is a length (exs). The value can be obtained by using the getFloatValue method.

Grad = 13

The value is an angle (grad). The value can be obtained by using the getFloatValue method. There are 400 gradians in a full circle.

Hz = 16

The value is a frequency (Hz). The value can be obtained by using the getFloatValue method.

Ident = 21

The value is an identifier. The value can be obtained by using the getStringValue method.

In = 8

The value is a length (in). The value can be obtained by using the getFloatValue method.

Khz = 17

The value is a frequency (kHz). The value can be obtained by using the getFloatValue method.

Mm = 7

The value is a length (mm). The value can be obtained by using the getFloatValue method.

Ms = 14

The value is a time (ms). The value can be obtained by using the getFloatValue method.

Number = 1

The value is a simple number. The value can be obtained by using the getFloatValue method.

Pc = 10

The value is a length (pc). The value can be obtained by using the getFloatValue method.

The value is a percentage. The value can be obtained by using the getFloatValue method.

Pt = 9

The value is a length (pt). The value can be obtained by using the getFloatValue method.

Px = 5

The value is a length (px). The value can be obtained by using the getFloatValue method.

Rad = 12

The value is an angle (rad). The value can be obtained by using the getFloatValue method. There are 2*pi radians in a full circle.

Rect = 24

The value is a rect function. The value can be obtained by using the getRectValue method.

Rgbcolor = 25

The value is a RGB color. The value can be obtained by using the getRGBColorValue method.

S = 15

The value is a time (s). The value can be obtained by using the getFloatValue method.

String = 19

The value is a STRING. The value can be obtained by using the getStringValue method.

Turn = 31

The value is a turn. The value can be obtained by using the getFloatValue method. There is 1 turn in a full circle.

Unknown = 0

The value is not a recognized CSS value. The value can only be obtained by using the cssText attribute.

Uri = 20

The value is a URI. The value can be obtained by using the getStringValue method.

Vh = 28

The value is relative to the viewport height.

Vmax = 30

The value is relative to the maximum of viewport width and height.

Vmin = 29

The value is relative to the minimum of viewport width and height.

Vw = 26

The value is relative to the viewport width.