SvgCoordinateUnit Enumeration |
Represents CSS2 coordinate units used to define SVG coordinates.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum SvgCoordinateUnit
Public Enumeration SvgCoordinateUnit
public enum class SvgCoordinateUnit
Members
| Member 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