ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / ApplyFontToTextBlock Method

In This Topic
    ApplyFontToTextBlock Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ApplyFontToTextBlock( _
       ByVal font As Font, _
       ByVal tb As TextBlock _
    ) 
    public static void ApplyFontToTextBlock( 
       Font font,
       TextBlock tb
    )

    Parameters

    font
    tb
    See Also