SvgCoordinateUnit
SvgCoordinateUnit enumeration
Represents CSS2 coordinate units used to define SVG coordinates.
public enum SvgCoordinateUnit
Values
Name | Value | Description |
---|---|---|
Inch | 0 | Inch |
Centimeter | 1 | Centimeter. |
Millimeter | 2 | Millimeter. |
Point | 3 | Point (1/72 of inch), |
Pica | 4 | Pica (1/6 of inch). |
Em | 5 | Em size of a font of containing element. |
Ex | 6 | Ex size (size of lowercase letter, usualy “x”) of font of containing element. |
Pixel | 7 | Pixel size. |
Percent | 8 | Percent. |
See Also
- namespace Aspose.Slides.Export
- assembly Aspose.Slides