Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / MeasuredState Property


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