Android.Views.View.LayerType Property
Indicates what type of layer is currently associated with this view.

Syntax

[get: Android.Runtime.Register("getLayerType", "()I", "GetGetLayerTypeHandler")]
public virtual LayerType LayerType { get; }

See Also

View.SetLayerType(LayerType, Android.Graphics.Paint)
View.BuildLayer

Value

Documentation for this section has not yet been entered.

Remarks

Indicates what type of layer is currently associated with this view. By default a view does not have a layer, and the layer type is View.LAYER_TYPE_NONE. Refer to the documentation of View.SetLayerType(LayerType, Android.Graphics.Paint) for more information on the different types of layers.

[Android Documentation]

Requirements

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