C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / BackgroundColor Property


In This Topic
BackgroundColor Property (C1TextBox)
In This Topic
Gets or sets the color of the background.
Syntax
'Declaration
 
Public Property BackgroundColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1TextBox
Dim value As Nullable(Of Color)
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
See Also