Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / RemoveAllViewsInLayout Method


In This Topic
    RemoveAllViewsInLayout Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("removeAllViewsInLayout", 
       "()V", 
       "GetRemoveAllViewsInLayoutHandler")>
    Public Overridable Sub RemoveAllViewsInLayout() 
    'Usage
     
    
    Dim instance As C1Icon
     
    instance.RemoveAllViewsInLayout()
    [Android.Runtime.Register("removeAllViewsInLayout", 
       "()V", 
       "GetRemoveAllViewsInLayoutHandler")]
    public virtual void RemoveAllViewsInLayout()
    See Also