Gets or sets the font style.

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

Syntax

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

See Also