Android.App.WallpaperManager.DesiredMinimumWidth Property
Returns the desired minimum width for the wallpaper.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the desired minimum width for the wallpaper. Callers of WallpaperManager.SetBitmap(Android.Graphics.Bitmap) or WallpaperManager.SetStream(System.IO.Stream) should check this value beforehand to make sure the supplied wallpaper respects the desired minimum width. If the returned value is <= 0, the caller should use the width of the default display instead.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5