Android.Views.View.HasOverlappingRendering Property
Returns whether this View has content which overlaps.

Syntax

[get: Android.Runtime.Register("hasOverlappingRendering", "()Z", "GetHasOverlappingRenderingHandler")]
public virtual bool HasOverlappingRendering { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this View has content which overlaps.

This function, intended to be overridden by specific View types, is an optimization when alpha is set on a view. If rendering overlaps in a view with alpha

The current implementation of the saveLayer and saveLayerAlpha methods in Android.Graphics.Canvas necessitates that a View return true if it uses the methods internally without passing the Android.Graphics.Canvas.CLIP_TO_LAYER_SAVE_FLAG.

[Android Documentation]

Requirements

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