Gets or sets the weight or thickness of the specified font.
Namespace:
Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)
Syntax
C# |
---|
public FontWeight FontWeight { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FontWeight As FontWeight |
Visual C++ |
---|
public: property FontWeight FontWeight { FontWeight get (); void set (FontWeight value); } |