SvgCoordinateUnit enumeration

SvgCoordinateUnit enumeration

Represents CSS2 coordinate units used to define SVG coordinates.

The SvgCoordinateUnit type exposes the following members:

Fields

FieldDescription
INCHInch
CENTIMETERCentimeter.
MILLIMETERMillimeter.
POINTPoint (1/72 of inch),
PICAPica (1/6 of inch).
EMEm size of a font of containing element.
EXEx size (size of lowercase letter, usualy “x”) of font of containing element.
PIXELPixel size.
PERCENTPercent.

See Also