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

See Also