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





Sets the value of the Report.FontSize attached property for a given dependency object.

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

 Syntax

C#  Copy Code

public static void SetFontSize (
    DependencyObject target,
    double value
)

Visual Basic  Copy Code

Public Shared Sub SetFontSize( _
    target As DependencyObject, _
    value As Double _
)

 Parameters

target

The element to which the property value is written.

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

 See Also

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