ComponentOne Xamarin.Android
SetHeight Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetHeight Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setHeight", 
   "(I)V", 
   "GetSetHeight_IHandler")>
Public Overridable Sub SetHeight( _
   ByVal pixels As Integer _
) 
'Usage
 
Dim instance As C1CheckBox
Dim pixels As Integer
 
instance.SetHeight(pixels)
[Android.Runtime.Register("setHeight", 
   "(I)V", 
   "GetSetHeight_IHandler")]
public virtual void SetHeight( 
   int pixels
)

Parameters

pixels
See Also

Reference

C1CheckBox Class
C1CheckBox Members