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


In This Topic
    GetDrawableState Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getDrawableState", 
       "()[I", 
       "")>
    Public Function GetDrawableState() As Integer()
    'Usage
     
    
    Dim instance As C1Icon
    Dim value() As Integer
     
    value = instance.GetDrawableState()
    [Android.Runtime.Register("getDrawableState", 
       "()[I", 
       "")]
    public int[] GetDrawableState()
    See Also