Android.Resource.Attribute.Type Field
Type of gradient.

Value: 16843169

Syntax

[Android.Runtime.Register("type")]
public const int Type

Remarks

Type of gradient. The default type is linear.
ConstantValueDescription
linear0 Linear gradient.
radial1 Radial, or circular, gradient.
sweep2 Sweep, or angled or diamond, gradient.

Must be one of the following constant values.

[Android Documentation]

Requirements

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