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

In This Topic
    OnLayout Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLayout( _
       ByVal levent As System.Windows.Forms.LayoutEventArgs _
    ) 
    protected virtual void OnLayout( 
       System.Windows.Forms.LayoutEventArgs levent
    )

    Parameters

    levent
    See Also