Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / SetMinimumHeight Method


In This Topic
    SetMinimumHeight Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setMinimumHeight", 
       "(I)V", 
       "GetSetMinimumHeight_IHandler")>
    Public Overridable Sub SetMinimumHeight( _
       ByVal minHeight As Integer _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim minHeight As Integer
     
    instance.SetMinimumHeight(minHeight)
    [Android.Runtime.Register("setMinimumHeight", 
       "(I)V", 
       "GetSetMinimumHeight_IHandler")]
    public virtual void SetMinimumHeight( 
       int minHeight
    )

    Parameters

    minHeight
    See Also