Android.Widget.ImageView.ImageAlpha Property
Returns the alpha that will be applied to the drawable of this ImageView.

Syntax

[get: Android.Runtime.Register("getImageAlpha", "()I", "GetGetImageAlphaHandler")]
[set: Android.Runtime.Register("setImageAlpha", "(I)V", "GetSetImageAlpha_IHandler")]
public virtual int ImageAlpha { get; set; }

See Also

ImageView.ImageAlpha
ImageView.ImageAlpha

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the alpha that will be applied to the drawable of this ImageView.

Set method documentation [Android Documentation]

Sets the alpha value that should be applied to the image.

Requirements

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