ComponentOne Xamarin.Android
SetMaxHeight Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetMaxHeight Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMaxHeight", 
   "(I)V", 
   "GetSetMaxHeight_IHandler")>
Public Overridable Sub SetMaxHeight( _
   ByVal maxPixels As Integer _
) 
'Usage
 
Dim instance As C1CheckBox
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

Reference

C1CheckBox Class
C1CheckBox Members