Android.Graphics.Drawables.ColorDrawable.Color Property
Gets the drawable's color value.

Syntax

[get: Android.Runtime.Register("getColor", "()I", "GetGetColorHandler")]
[set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")]
public virtual Android.Graphics.Color Color { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the drawable's color value.

Set method documentation [Android Documentation]

Sets the drawable's color value. This action will clobber the results of prior calls to ColorDrawable.SetAlpha(int) on this object, which side-affected the underlying color.

Requirements

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