MindFusion WinForms Programmer's Guide
Barcode.Font Property
See Also
 





Gets or sets the barcode font.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A .NET Font object specifying the font of the barcode. The default value is null (Nothing in Visual Basic).

 Remarks

When this property is null (Nothing in Visual Basic) the font of the barcode is determined by the value of the Font property of the containing Report.

 See Also

Barcode Members
Barcode Class
MindFusion.Reporting Namespace