WallpaperService.Engine.DesiredMinimumWidth Property

Definition

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

public virtual int DesiredMinimumWidth { [Android.Runtime.Register("getDesiredMinimumWidth", "()I", "GetGetDesiredMinimumWidthHandler")] get; }
[<get: Android.Runtime.Register("getDesiredMinimumWidth", "()I", "GetGetDesiredMinimumWidthHandler")>]
member this.DesiredMinimumWidth : int

Property Value

Attributes

Remarks

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

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

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