SetMaxHeight Method (C1TextBox)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setMaxHeight",
"(I)V",
"GetSetMaxHeight_IHandler")>
Public Overridable Sub SetMaxHeight( _
ByVal 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
)
Parameters
- maxPixels
See Also