C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / Refresh Method
Whether to update the control layout as well as the content.


In This Topic
Refresh Method (C1Gauge)
In This Topic
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)

Parameters

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