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