Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / DropDownBorderColor Property


In This Topic
    DropDownBorderColor Property
    In This Topic
    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