ComponentOne Xamarin.iOS
DropDownBorderColor Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : DropDownBorderColor Property
Gets or sets the color of the drop-down border.
Syntax
'Declaration
 
<Foundation.ExportAttribute("DropDownBorderColor")>
<BrowsableAttribute(True)>
Public Property DropDownBorderColor As UIKit.UIColor
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIColor
 
instance.DropDownBorderColor = value
 
value = instance.DropDownBorderColor
[Foundation.Export("DropDownBorderColor")]
[Browsable(true)]
public UIKit.UIColor DropDownBorderColor {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members