ComponentOne Xamarin.iOS
SelectedBackgroundColor Property


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

Reference

C1ComboBox Class
C1ComboBox Members