Search
Report.SetFontFamily Method
See Also
 





Sets 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 void SetFontFamily (
    DependencyObject target,
    FontFamily value
)

Visual Basic  Copy Code

Public Shared Sub SetFontFamily( _
    target As DependencyObject, _
    value As FontFamily _
)

 Parameters

target

The element to which the property value is written.

value
The new value for the FontFamily property for the specified element.

 See Also