Document Library for WinForms
UnitTypeEnum 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : UnitTypeEnum 列挙体
Enumerates units of measurement used in a C1Document, used by Unit and related types.
シンタックス
'宣言
 
Public Enum UnitTypeEnum 
   Inherits System.Enum
public enum UnitTypeEnum : System.Enum 
メンバ
メンバ解説
CmSpecifies centimetre's as the unit of measure.
DipSpecifies DIP's 1/96 inch as the unit of measure.
DisplaySpecifies 1/75 inch as the unit of measure.
DocumentSpecifies the document unit (1/300 inch) as the unit of measure.
InchSpecifies the inch as the unit of measure.
InHsSpecifies a hundredths of an inch as the unit of measure.
MmSpecifies the millimeter as the unit of measure.
PicaSpecifies the pica unit (1/6 inch) as the unit of measure.
PointSpecifies a printer's point (1/72 inch) as the unit of measure.
TwipSpecifies a twip (1/1440 inch) as the unit of measure.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.UnitTypeEnum

参照

C1.Win.Document 名前空間