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


In This Topic
DropDownBackgroundColor Property
In This Topic
Gets or sets the color of the drop-down.
Syntax
'Declaration
 
Public Property DropDownBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.DropDownBackgroundColor = value
 
value = instance.DropDownBackgroundColor
See Also