Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetFont Method
Native font object.

In This Topic
    SetFont Method
    In This Topic
    Sets the font.
    Syntax
    'Declaration
     
    Sub SetFont( _
       ByVal font As Object _
    ) 
    void SetFont( 
       object font
    )

    Parameters

    font
    Native font object.
    See Also