C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / BackgroundTintMode Property


In This Topic
BackgroundTintMode Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable Property BackgroundTintMode As Android.Graphics.PorterDuff.Mode
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.BackgroundTintMode = value
 
value = instance.BackgroundTintMode
See Also