ComponentOne Xamarin.Android
SelectedBackgroundColor Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1ComboBox Class : SelectedBackgroundColor Property
Gets or sets the selected background color.
Syntax
'Declaration
 
Public Property SelectedBackgroundColor As Android.Graphics.Color
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Graphics.Color
 
instance.SelectedBackgroundColor = value
 
value = instance.SelectedBackgroundColor
public Android.Graphics.Color SelectedBackgroundColor {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members