Gets or sets the Font object for using when rendering Text property.
Namespace:
Neodynamic.WinControls.BarcodeProfessionalAssembly: Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
C# |
---|
public Font TextFont { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextFont As Font |
Visual C++ |
---|
public: property Font^ TextFont { Font^ get (); void set (Font^ value); } |