ComponentOne Xamarin.Android
SetWidth Method (C1CheckBox)


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

Parameters

pixels
See Also

Reference

C1CheckBox Class
C1CheckBox Members