Drawable.IsProjected Property

Definition

Whether this drawable requests projection.

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

Property Value

Attributes

Remarks

Whether this drawable requests projection. Indicates that the android.graphics.RenderNode this Drawable will draw into should be drawn immediately after the closest ancestor RenderNode containing a projection receiver.

Java documentation for android.graphics.drawable.Drawable.isProjected().

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