MindFusion.Wpf Pack Programmer's Guide
ReportStyle.FontWeight Property
See Also
 





Gets or sets the weight or thickness for the text content of the associated report element.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public FontWeight FontWeight { get; set; }

Visual Basic  Copy Code

Public Property FontWeight As FontWeight

 Property Value

An instance of the FontWeight structure. The default value is FontWeights.Normal.

 See Also

ReportStyle Members
ReportStyle Class
MindFusion.Scheduling.Reporting Namespace