Gets or sets the weight or thickness of the specified font.

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 FontWeight { get; set; }
Visual Basic
Public Property FontWeight As FontWeight
	Get
	Set
Visual C++
public:
property FontWeight FontWeight {
	FontWeight get ();
	void set (FontWeight value);
}

See Also