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

See Also