Gets or sets the default font weight of the elements of this report.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public FontWeight FontWeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontWeight As FontWeight |
A WPF FontWeight 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 FontWeight as a default.
See Also