ComponentOne Xamarin.Android
SetMinimumHeight Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : SetMinimumHeight Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMinimumHeight", 
   "(I)V", 
   "GetSetMinimumHeight_IHandler")>
Public Overridable Sub SetMinimumHeight( _
   ByVal minHeight As Integer _
) 
'Usage
 
Dim instance As C1DropDown
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

Reference

C1DropDown Class
C1DropDown Members