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