WallpaperService.Engine.DesiredMinimumHeight Property

Definition

Convenience for WallpaperManager#getDesiredMinimumHeight() WallpaperManager.getDesiredMinimumHeight(), returning the height that the system would like this wallpaper to run in.

public virtual int DesiredMinimumHeight { [Android.Runtime.Register("getDesiredMinimumHeight", "()I", "GetGetDesiredMinimumHeightHandler")] get; }
[<get: Android.Runtime.Register("getDesiredMinimumHeight", "()I", "GetGetDesiredMinimumHeightHandler")>]
member this.DesiredMinimumHeight : int

Property Value

Attributes

Remarks

Convenience for WallpaperManager#getDesiredMinimumHeight() WallpaperManager.getDesiredMinimumHeight(), returning the height that the system would like this wallpaper to run in.

Java documentation for android.service.wallpaper.WallpaperService.Engine.getDesiredMinimumHeight().

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