Gets or sets the weight or thickness 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 FontWeight FontWeight { get; set; }
Visual Basic (Declaration)
Public Property FontWeight As FontWeight
Visual C++
public:
property FontWeight FontWeight {
	FontWeight get ();
	void set (FontWeight value);
}

See Also