Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetSize Method


In This Topic
    SetSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setSize", 
       "(II)V", 
       "GetSetSize_IIHandler")>
    Public Overridable Sub SetSize( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim width As Integer
    Dim height As Integer
     
    instance.SetSize(width, height)
    [Android.Runtime.Register("setSize", 
       "(II)V", 
       "GetSetSize_IIHandler")]
    public virtual void SetSize( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also