WallpaperManager.BuiltInDrawable 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.
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.