C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / SelectedBackgroundColor Property


In This Topic
SelectedBackgroundColor Property
In This Topic
Gets or sets the selected background color.
Syntax
'Declaration
 
Public Property SelectedBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Xamarin.Forms.Color
 
instance.SelectedBackgroundColor = value
 
value = instance.SelectedBackgroundColor
See Also