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


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