Android.Graphics.NinePatch.HasAlpha Property
Indicates whether this NinePatch contains transparent or translucent pixels.

Syntax

[get: Android.Runtime.Register("hasAlpha", "()Z", "GetHasAlphaHandler")]
public bool HasAlpha { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether this NinePatch contains transparent or translucent pixels. This is equivalent to calling getBitmap().hasAlpha() on this NinePatch.

[Android Documentation]

Requirements

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