Gets or sets the font style.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also