ComponentOne Xamarin.iOS
DropDownHeight Property


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

Reference

C1DropDown Class
C1DropDown Members