WallpaperManager.BuiltInDrawable Property

Definition

Obtain a drawable for the built-in static system wallpaper.

public virtual Android.Graphics.Drawables.Drawable? BuiltInDrawable { [Android.Runtime.Register("getBuiltInDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetBuiltInDrawableHandler")] get; }
[<get: Android.Runtime.Register("getBuiltInDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetBuiltInDrawableHandler")>]
member this.BuiltInDrawable : Android.Graphics.Drawables.Drawable

Property Value

Attributes

Remarks

Obtain a drawable for the built-in static system wallpaper.

Java documentation for android.app.WallpaperManager.getBuiltInDrawable().

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