C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / RemoveAllViewsInLayout Method


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