MindFusion.Wpf Pack Programmer's Guide
Report.GetFontWeight Method
See Also
 





Gets the value of the Report.FontWeight attached property for a given dependency object.

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

 Syntax

C#  Copy Code

public static FontWeight GetFontWeight (
    DependencyObject target
)

Visual Basic  Copy Code

Public Shared Function GetFontWeight( _
    target As DependencyObject _
) As FontWeight

 Parameters

target

The element from which the property value is read.

 Return Value

The value of the FontWeight property for the specified element.

 See Also

Report Members
Report Class
MindFusion.Reporting.Wpf Namespace
SetFontWeight Method