Gets or sets the name of the specified font for Code or HumanReadableText property.

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

Syntax

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

See Also