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


In This Topic
    SetColors Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setColors", 
       "([I)V", 
       "GetSetColors_arrayIHandler", 
       ApiSince=16)>
    Public Overridable Sub SetColors( _
       ByVal colors() As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim colors() As Integer
     
    instance.SetColors(colors)
    [Android.Runtime.Register("setColors", 
       "([I)V", 
       "GetSetColors_arrayIHandler", 
       ApiSince=16)]
    public virtual void SetColors( 
       int[] colors
    )

    Parameters

    colors
    See Also