Android.Text.Style.DynamicDrawableSpan.Drawable Property
Your subclass must implement this method to provide the bitmap to be drawn.

Syntax

[get: Android.Runtime.Register("getDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetDrawableHandler")]
public abstract Android.Graphics.Drawables.Drawable Drawable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Your subclass must implement this method to provide the bitmap to be drawn. The dimensions of the bitmap must be the same from each call to the next.

[Android Documentation]

Requirements

Namespace: Android.Text.Style
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1