RenderNode.HasOverlappingRendering Property

Definition

Indicates whether the content of this display list overlaps.

public bool HasOverlappingRendering { [Android.Runtime.Register("hasOverlappingRendering", "()Z", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("hasOverlappingRendering", "()Z", "", ApiSince=29)>]
member this.HasOverlappingRendering : bool

Property Value

True if this display list renders content which overlaps, false otherwise.

Attributes

Remarks

Indicates whether the content of this display list overlaps.

Java documentation for android.graphics.RenderNode.hasOverlappingRendering().

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.

Applies to