ComponentOne Xamarin.Android
DropDownWidth Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : DropDownWidth Property
Gets or sets the width of the drop-down object.
Syntax
'Declaration
 
Public Property DropDownWidth As Double
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
public double DropDownWidth {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members