C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / SetMeasureAllChildren Method


In This Topic
SetMeasureAllChildren Method (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMeasureAllChildren", 
   "(Z)V", 
   "GetSetMeasureAllChildren_ZHandler")>
Public Overridable Sub SetMeasureAllChildren( _
   ByVal measureAll As Boolean _
) 
 
'Usage
 
Dim instance As C1RadialGauge
Dim measureAll As Boolean
 
instance.SetMeasureAllChildren(measureAll)

Parameters

measureAll
See Also