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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also