ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / OnFontChanged Method

In This Topic
    OnFontChanged Method (C1Gauge)
    In This Topic
    Raises the FontChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFontChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnFontChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also