ComponentOne Xamarin.Android
SetBackgroundColor Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : SetBackgroundColor Method
The color of the background
Sets the background color for this view.
Syntax
'Declaration
 
Public Overrides Sub SetBackgroundColor( _
   ByVal color As Android.Graphics.Color _
) 
'Usage
 
Dim instance As C1DropDown
Dim color As Android.Graphics.Color
 
instance.SetBackgroundColor(color)
public override void SetBackgroundColor( 
   Android.Graphics.Color color
)

Parameters

color
The color of the background
See Also

Reference

C1DropDown Class
C1DropDown Members