Gets or sets the barcode font.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Font |
A .NET Font object specifying the font of the barcode. The default value is null (Nothing in Visual Basic).
RemarksWhen 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