ComponentOne Xamarin.Android
BackgroundTintMode Property (C1AutoComplete)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1AutoComplete Class : BackgroundTintMode Property
Syntax
'Declaration
 
Public Overridable Property BackgroundTintMode As Android.Graphics.PorterDuff.Mode
'Usage
 
Dim instance As C1AutoComplete
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.BackgroundTintMode = value
 
value = instance.BackgroundTintMode
public virtual Android.Graphics.PorterDuff.Mode BackgroundTintMode {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members