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


In This Topic
    SetTintMode Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setTintMode", 
       "(Landroid/graphics/PorterDuff$Mode;)V", 
       "GetSetTintMode_Landroid_graphics_PorterDuff_Mode_Handler", 
       ApiSince=21)>
    Public Overridable Sub SetTintMode( _
       ByVal tintMode As Android.Graphics.PorterDuff.Mode _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim tintMode As Android.Graphics.PorterDuff.Mode
     
    instance.SetTintMode(tintMode)
    [Android.Runtime.Register("setTintMode", 
       "(Landroid/graphics/PorterDuff$Mode;)V", 
       "GetSetTintMode_Landroid_graphics_PorterDuff_Mode_Handler", 
       ApiSince=21)]
    public virtual void SetTintMode( 
       Android.Graphics.PorterDuff.Mode tintMode
    )

    Parameters

    tintMode
    See Also