Search
Report.GetFontFamily Method
See Also
 





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

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

 Syntax

C#  Copy Code

public static FontFamily GetFontFamily (
    DependencyObject target
)

Visual Basic  Copy Code

Public Shared Function GetFontFamily( _
    target As DependencyObject _
) As FontFamily

 Parameters

target

The element from which the property value is read.

 Return Value

The value of the FontFamily property for the specified element.

 See Also