C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1TreeMap Class / RemoveAllViewsInLayout Method


In This Topic
RemoveAllViewsInLayout Method (C1TreeMap)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("removeAllViewsInLayout", 
   "()V", 
   "GetRemoveAllViewsInLayoutHandler")>
Public Overridable Sub RemoveAllViewsInLayout() 
 
'Usage
 
Dim instance As C1TreeMap
 
instance.RemoveAllViewsInLayout()
See Also