Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / SetBackgroundResource Method


In This Topic
    SetBackgroundResource Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setBackgroundResource", 
       "(I)V", 
       "GetSetBackgroundResource_IHandler")>
    Public Overridable Sub SetBackgroundResource( _
       ByVal resid As Integer _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim resid As Integer
     
    instance.SetBackgroundResource(resid)
    [Android.Runtime.Register("setBackgroundResource", 
       "(I)V", 
       "GetSetBackgroundResource_IHandler")]
    public virtual void SetBackgroundResource( 
       int resid
    )

    Parameters

    resid
    See Also