'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;}