Enum SvgUnitType
- Namespace
- Svg
- Assembly
- Svg.dll
Defines the various types of unit an SvgUnit can be.
public enum SvgUnitType
Fields
Centimeter = 7
Indicates that the unit is in centimeters.
Em = 2
Indicates that the unit is equal to the pt size of the current font.
Ex = 3
Indicates that the unit is equal to the x-height of the current font.
Inch = 6
Indicates the the unit is in inches.
Millimeter = 8
Indicates that the unit is in millimeters.
None = 0
Indicates that the unit holds no value.
Percentage = 4
Indicates that the unit is a percentage.
Pica = 9
Indicates that the unit is in picas.
Pixel = 1
Indicates that the unit is in pixels.
Point = 10
Indicates that the unit is in points, the smallest unit of measure, being a subdivision of the larger Pica. There are 12 points in the Pica.
User = 5
Indicates that the unit has no unit identifier and is a value in the current user coordinate system.