ComponentOne Xamarin.Android
SetMaxWidth Method (C1CheckBox)


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

Parameters

maxPixels
See Also

Reference

C1CheckBox Class
C1CheckBox Members