WallpaperService.Engine.DesiredMinimumHeight 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.
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.