Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / Refresh Method
Whether to update the control layout as well as the content.

In This Topic
    Refresh Method (C1RadialGauge)
    In This Topic
    Refreshes the control.
    Syntax
    'Declaration
     
    
    Public Sub Refresh( _
       Optional ByVal fullUpdate As Boolean _
    ) 
    public void Refresh( 
       bool fullUpdate
    )

    Parameters

    fullUpdate
    Whether to update the control layout as well as the content.
    See Also