Value: 16843604
Specifies the type of layer backing this view. The default value is none. Refer to Android.Views.View.SetLayerType(Android.Views.LayerType, Android.Graphics.Paint) for more information.
| Constant | Value | Description |
|---|---|---|
| none | 0 | Don't use a layer. |
| software | 1 | Use a software layer. Refer to Android.Views.View.SetLayerType(Android.Views.LayerType, Android.Graphics.Paint) for more information. |
| hardware | 2 | Use a hardware layer. Refer to Android.Views.View.SetLayerType(Android.Views.LayerType, Android.Graphics.Paint) for more information. |
Must be one of the following constant values.