Specifies the unit of measure for Font objects.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public enum FontUnit
Visual Basic
Public Enumeration FontUnit

Members

Member nameValueDescription
Inch0 Specifies the inch as the unit of measure.
Millimeter1 Specifies the millimeter as the unit of measure.
Pixel2 Specifies the pixel as the unit of measure.
Point3 Specifies the point (1/72 inch) as the unit of measure.

See Also