ComponentOne Xamarin.Android
UnscheduleDrawable(Drawable) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1BitmapIcon Class > UnscheduleDrawable Method : UnscheduleDrawable(Drawable) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("unscheduleDrawable", 
   "(Landroid/graphics/drawable/Drawable;)V", 
   "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Handler")>
Public Overloads Overridable Sub UnscheduleDrawable( _
   ByVal who As Android.Graphics.Drawables.Drawable _
) 
'Usage
 
Dim instance As C1BitmapIcon
Dim who As Android.Graphics.Drawables.Drawable
 
instance.UnscheduleDrawable(who)
[Android.Runtime.Register("unscheduleDrawable", 
   "(Landroid/graphics/drawable/Drawable;)V", 
   "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void UnscheduleDrawable( 
   Android.Graphics.Drawables.Drawable who
)

Parameters

who
See Also

Reference

C1BitmapIcon Class
C1BitmapIcon Members
Overload List