This documentation is archived and is not being maintained.
StringUnit Enumeration
.NET Framework 1.1
Specifies the units of measure for a text string.
[Visual Basic] <Serializable> Public Enum StringUnit [C#] [Serializable] public enum StringUnit [C++] [Serializable] __value public enum StringUnit [JScript] public Serializable enum StringUnit
Members
| Member name | Description |
|---|---|
| Display | Specifies the device unit as the unit of measure. |
| Document | Specifies 1/300 of an inch as the unit of measure. |
| Em | Specifies a printer's em size of 32 as the unit of measure. |
| Inch | Specifies an inch as the unit of measure. |
| Millimeter | Specifies a millimeter as the unit of measure |
| Pixel | Specifies a pixel as the unit of measure. |
| Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
| World | Specifies world units as the unit of measure. |
Requirements
Namespace: System.Drawing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: