Search
Barcode.FontSize Property
See Also
 





Gets or sets the font size of this label. If the font size is not specified, it will be inherited from the containing report.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public double FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Double

 Property Value

A double value.

 Remarks

This is a convenience property for getting and setting the Report.FontSize attached property on this label. This property is inherited; that is, items which do not explicitly specify a value for it, will inherit the value from their parent item, which in turn will inherit it from its parent, and so on.

 See Also