Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / GetColors Method


In This Topic
    GetColors Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getColors", 
       "()[I", 
       "GetGetColorsHandler", 
       ApiSince=24)>
    Public Overridable Function GetColors() As Integer()
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value() As Integer
     
    value = instance.GetColors()
    [Android.Runtime.Register("getColors", 
       "()[I", 
       "GetGetColorsHandler", 
       ApiSince=24)]
    public virtual int[] GetColors()
    See Also