ComponentOne Xamarin.Android
ButtonBackgroundColor Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : ButtonBackgroundColor Property
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
public Android.Graphics.Color ButtonBackgroundColor {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members