EdgeEffect.BlendMode Property

Definition

Returns the blend mode. -or- Set or clear the blend mode.

public virtual Android.Graphics.BlendMode? BlendMode { [Android.Runtime.Register("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler", ApiSince=29)] get; [Android.Runtime.Register("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)>]
member this.BlendMode : Android.Graphics.BlendMode with get, set

Property Value

BlendMode

BlendMode

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.EdgeEffect.getBlendMode().

Property setter documentation:

Java documentation for android.widget.EdgeEffect.setBlendMode(android.graphics.BlendMode).

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