Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
     
    
    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