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


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