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