Drawable.Callback Proprietà

Definizione

Restituisce l'implementazione corrente Callback associata a questo oggetto Drawable.

public virtual Android.Graphics.Drawables.Drawable.ICallback? Callback { [Android.Runtime.Register("getCallback", "()Landroid/graphics/drawable/Drawable$Callback;", "GetGetCallbackHandler")] get; set; }
[<get: Android.Runtime.Register("getCallback", "()Landroid/graphics/drawable/Drawable$Callback;", "GetGetCallbackHandler")>]
member this.Callback : Android.Graphics.Drawables.Drawable.ICallback with get, set

Valore della proprietà

Callback Istanza o Null se non è stato impostato alcun callback.

Attributi

Commenti

per android.graphics.drawable.Drawable.getCallback().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

  • <xref:Android.Graphics.Drawables.Drawable.SetCallback(.ICallback)>