Defines the various types of unit an SvgUnit can be.
public enum SvgUnitType
kind:method, kind:property, kind:ctor. Press Esc to clear.CentimeterIndicates that the unit is in centimeters.EmIndicates that the unit is equal to the pt size of the current font.ExIndicates that the unit is equal to the x-height of the current font.InchIndicates the the unit is in inches.MillimeterIndicates that the unit is in millimeters.NoneIndicates that the unit holds no value.PercentageIndicates that the unit is a percentage.PicaIndicates that the unit is in picas.PixelIndicates that the unit is in pixels.PointIndicates 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.UserIndicates that the unit has no unit identifier and is a value in the current user coordinate system.