'Declaration Public Enum SvgSpacingUnits Inherits System.Enum
public enum SvgSpacingUnits : System.Enum
'Declaration Public Enum SvgSpacingUnits Inherits System.Enum
public enum SvgSpacingUnits : System.Enum
Member | Description |
---|---|
Centimeters | Absolute length in centimeters (1cm = 96px/2.54 ). |
Em | Length relative to font size of the element. |
Ex | Length relative to x-height of the element’s font . |
Inches | Absolute length in inches (1in = 2.54cm = 96px). |
Millimeters | Absolute length in millimeters (1mm = 1/10th of 1cm ). |
Normal | No additional spacing is applied. Computes to zero. |
Picas | Absolute length in picas (1pc = 1/6th of 1in). |
Pixels | Absolute length in pixels (1px = 1/96th of 1in). |
Points | Absolute length in points (1pt = 1/72th of 1in). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgSpacingUnits