Gets or sets the unit of measure for the font object for Text property.

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

Syntax

C#
public FontUnit TextFontUnit { get; set; }
Visual Basic
Public Property TextFontUnit As FontUnit
	Get
	Set
Visual C++
public:
property FontUnit TextFontUnit {
	FontUnit get ();
	void set (FontUnit value);
}

See Also