Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetMaxHeight Method


In This Topic
    SetMaxHeight Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setMaxHeight", 
       "(I)V", 
       "GetSetMaxHeight_IHandler")>
    Public Overridable Sub SetMaxHeight( _
       ByVal maxPixels As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim maxPixels As Integer
     
    instance.SetMaxHeight(maxPixels)
    [Android.Runtime.Register("setMaxHeight", 
       "(I)V", 
       "GetSetMaxHeight_IHandler")]
    public virtual void SetMaxHeight( 
       int maxPixels
    )

    Parameters

    maxPixels
    See Also