Android.Graphics.Drawables.Shapes.Shape.HasAlpha Property
Checks whether the Shape is opaque.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Checks whether the Shape is opaque. Default impl returns true. Override if your subclass can be opaque.

[Android Documentation]

Requirements

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