MindFusion WinForms Programmer's Guide
Label.FontSize Property
See Also
 





Gets or sets the font size of the label.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Nullable<Single> FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Nullable(Of Single)

 Property Value

A float value or null (Nothing in Visual Basic) to use the report font size.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace