StringUnit 枚举

定义

指定文本字符串的度量单位。

public enum class StringUnit
public enum StringUnit
type StringUnit = 
Public Enum StringUnit
继承
StringUnit

字段

Display 1

将设备单位指定为度量单位。

Document 5

将 1/300 英寸指定为度量单位。

Em 32

将打印机的 32 号全长尺寸指定为度量单位。

Inch 4

将英寸指定为度量单位。

Millimeter 6

将毫米指定为度量单位。

Pixel 2

将像素指定为度量单位。

Point 3

将打印机点(1/72 英寸)指定为度量单位。

World 0

将全局单位指定为度量单位。

注解

此枚举当前不在.NET Framework中使用。

适用于