Gets or sets the default font family of the elements of this report.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public FontFamily FontFamily { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontFamily As FontFamily |
A WPF FontFamily object.
RemarksThe value of this property is inherited by the report's children. Therefore report items, which do not specify a value for this property explicitly, will have the report's FontFamily as a default.
See Also