Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / MeasuredHeightAndState Property


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