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


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