ComponentOne Xamarin.Android
Refresh Method (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : Refresh Method
Whether to update the control layout as well as the content.
Refreshes the control.
Syntax
'Declaration
 
Public Sub Refresh( _
   Optional ByVal fullUpdate As Boolean _
) 
'Usage
 
Dim instance As C1Gauge
Dim fullUpdate As Boolean
 
instance.Refresh(fullUpdate)
public void Refresh( 
   bool fullUpdate
)

Parameters

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

Reference

C1Gauge Class
C1Gauge Members