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


In This Topic
Background Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Background As Android.Graphics.Drawables.Drawable
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Background = value
 
value = instance.Background
See Also