Android.Resource.Attribute.LayerType Field
Specifies the type of layer backing this view.

Value: 16843604

Syntax

[Android.Runtime.Register("layerType")]
public const int LayerType

Remarks

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.
ConstantValueDescription
none0 Don't use a layer.
software1 Use a software layer. Refer to Android.Views.View.SetLayerType(Android.Views.LayerType, Android.Graphics.Paint) for more information.
hardware2 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.

[Android Documentation]

Requirements

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