ComponentOne Xamarin.Android
SetBackgroundDrawable Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : SetBackgroundDrawable Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setBackgroundDrawable", 
   "(Landroid/graphics/drawable/Drawable;)V", 
   "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")>
<ObsoleteAttribute("deprecated")>
Public Overridable Sub SetBackgroundDrawable( _
   ByVal background As Android.Graphics.Drawables.Drawable _
) 
'Usage
 
Dim instance As C1BulletGraph
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 background
)

Parameters

background
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members