Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / MeasuredWidth Property


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