Drawable.Callback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the current Callback
implementation attached to this
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
Property Value
A Callback
instance or null if no callback was set.
- Attributes
Remarks
Java documentation for android.graphics.drawable.Drawable.getCallback()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- <xref:Android.Graphics.Drawables.Drawable.SetCallback(.ICallback)>