'宣言 Public Enum UnitTypeEnum Inherits System.Enum
'使用法 Dim instance As UnitTypeEnum
public enum UnitTypeEnum : System.Enum
'宣言 Public Enum UnitTypeEnum Inherits System.Enum
'使用法 Dim instance As UnitTypeEnum
public enum UnitTypeEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| Cm | Specifies centimetre's as the unit of measure. | 
| Default | Units specified by a document's C1PrintDocument.DefaultUnit are used. | 
| Display | Specifies 1/75 inch as the unit of measure. | 
| Document | Specifies the document unit (1/300 inch) as the unit of measure. | 
| Em | Measurement is relative to the height of the element's font. | 
| Ex | Measurement is relative to the height of the lowercase letter x of the element's font. | 
| Inch | Specifies the inch as the unit of measure. | 
| InHs | Specifies a hundredths of an inch as the unit of measure. | 
| LineSpacing | Measurement is relative to the spacing between two lines of element's font. | 
| Mm | Specifies the millimeter as the unit of measure. | 
| Pica | Specifies the pica unit (1/6 inch) as the unit of measure. | 
| Pixel | Specifies a device pixel as the unit of measure. | 
| Point | Specifies a printer's point (1/72 inch) as the unit of measure. | 
| Twip | Specifies a twip (1/1440 inch) as the unit of measure. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.UnitTypeEnum