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


In This Topic
HeaderBackgroundColor Property (C1DropDown)
In This Topic
Gets or sets the background color for the header.
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
See Also