Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setBackgroundDrawable",
"(Landroid/graphics/drawable/Drawable;)V",
"GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")>
<ObsoleteAttribute("deprecated")>
Public Overridable Sub SetBackgroundDrawable( _
ByVal As Android.Graphics.Drawables.Drawable _
)
'Usage
Dim instance As CalendarHeadersPanel
Dim background As Android.Graphics.Drawables.Drawable
instance.SetBackgroundDrawable(background)
[Android.Runtime.Register("setBackgroundDrawable",
"(Landroid/graphics/drawable/Drawable;)V",
"GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
[Obsolete("deprecated")]
public virtual void SetBackgroundDrawable(
Android.Graphics.Drawables.Drawable
)
Parameters
- background
See Also