C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
 
Public Property DropDownBorderColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Xamarin.Forms.Color
 
instance.DropDownBorderColor = value
 
value = instance.DropDownBorderColor
See Also