Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / Touchables Property


In This Topic
    Touchables Property (C1BitmapIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Touchables As IList(Of View)
    'Usage
     
    
    Dim instance As C1BitmapIcon
    Dim value As IList(Of View)
     
    value = instance.Touchables
    public virtual IList<View> Touchables {get;}
    See Also