Android.Graphics.Drawables.PictureDrawable.Picture Property
Return the picture associated with the drawable.

Syntax

[get: Android.Runtime.Register("getPicture", "()Landroid/graphics/Picture;", "GetGetPictureHandler")]
[set: Android.Runtime.Register("setPicture", "(Landroid/graphics/Picture;)V", "GetSetPicture_Landroid_graphics_Picture_Handler")]
public virtual Android.Graphics.Picture Picture { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the picture associated with the drawable. May be null.

Set method documentation [Android Documentation]

Associate a picture with this drawable. The picture may be null.

Requirements

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