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





Gets or sets the label 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 label's text. The default value is null (Nothing in Visual Basic).

 Remarks

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

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace