Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / EndUpdate Method / EndUpdate(Double) Method
Specifies the time interval (in milliseconds) that is taken for the visual transition effect that hides the previous state of the control and shows the updated state.

In This Topic
    EndUpdate(Double) Method
    In This Topic
    Resumes processing after it has been suspended by a call to BeginUpdate.
    Syntax
    'Declaration
     
    Public Overloads Sub EndUpdate( _
       ByVal duration As System.Double _
    ) 
    public void EndUpdate( 
       System.double duration
    )

    Parameters

    duration
    Specifies the time interval (in milliseconds) that is taken for the visual transition effect that hides the previous state of the control and shows the updated state.
    See Also