Specifies the unit of measure for Font objects.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public enum FontUnit |
Visual Basic (Declaration) |
---|
Public Enumeration FontUnit |
Visual C++ |
---|
public enum class FontUnit |
Members
Member name | Description | |
---|---|---|
Inch |
Specifies the inch as the unit of measure.
| |
Millimeter |
Specifies the millimeter as the unit of measure.
| |
Pixel |
Specifies the pixel as the unit of measure.
| |
Point |
Specifies the point (1/72 inch) as the unit of measure.
|