Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SetWidth Method


In This Topic
    SetWidth Method (C1CheckBox)
    In This Topic
    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