Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / Width Property


In This Topic
    Width Property (C1DropDown)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Double
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Double
     
    value = instance.Width
    public double Width {get;}
    See Also