WallpaperService.Engine.SurfaceHolder 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.
Provides access to the surface in which this wallpaper is drawn.
public virtual Android.Views.ISurfaceHolder? SurfaceHolder { [Android.Runtime.Register("getSurfaceHolder", "()Landroid/view/SurfaceHolder;", "GetGetSurfaceHolderHandler")] get; }
[<get: Android.Runtime.Register("getSurfaceHolder", "()Landroid/view/SurfaceHolder;", "GetGetSurfaceHolderHandler")>]
member this.SurfaceHolder : Android.Views.ISurfaceHolder
Property Value
- Attributes
Remarks
Provides access to the surface in which this wallpaper is drawn.
Java documentation for android.service.wallpaper.WallpaperService.Engine.getSurfaceHolder()
.
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.