C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / SetBackgroundDrawable Method


In This Topic
SetBackgroundDrawable Method (C1VectorIcon)
In This Topic
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 C1VectorIcon
Dim background As Android.Graphics.Drawables.Drawable
 
instance.SetBackgroundDrawable(background)

Parameters

background
See Also