Android.App.WallpaperManager.DesiredMinimumHeight Property
Returns the desired minimum height for the wallpaper.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the desired minimum height 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 height. If the returned value is <= 0, the caller should use the height 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