C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetTint Method


In This Topic
SetTint Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setTint", 
   "(I)V", 
   "GetSetTint_IHandler", 
   ApiSince=21)>
Public Overridable Sub SetTint( _
   ByVal tintColor As Integer _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim tintColor As Integer
 
instance.SetTint(tintColor)

Parameters

tintColor
See Also