ShapeDrawable.SetAlpha(Int32) Method

Definition

Set the alpha level for this drawable [0.

[Android.Runtime.Register("setAlpha", "(I)V", "GetSetAlpha_IHandler")]
public override void SetAlpha (int alpha);
[<Android.Runtime.Register("setAlpha", "(I)V", "GetSetAlpha_IHandler")>]
override this.SetAlpha : int -> unit

Parameters

alpha
Int32
Attributes

Remarks

Java documentation for android.graphics.drawable.ShapeDrawable.setAlpha(int).

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