C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / ButtonBackgroundColor Property


In This Topic
ButtonBackgroundColor Property
In This Topic
Gets or sets the background of the button.
Syntax
'Declaration
 
Public Property ButtonBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.ButtonBackgroundColor = value
 
value = instance.ButtonBackgroundColor
See Also