ComponentOne Xamarin.iOS
DropDownWidth Property


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

Reference

C1DropDown Class
C1DropDown Members