Try this for Xamarin.Android (Cross Platform) -
RelativeLayout relativeLayout = new RelativeLayout (this);
OR
RelativeLayout relativeLayout = (RelativeLayout)FindViewById (Resource.Id.relativeLayout);
AND
relativeLayout.SetBackgroundDrawable (Resources.GetDrawable (Resource.Drawable.imageName));