Android.Resource.Attribute.IndeterminateBehavior Field
Defines how the indeterminate mode should behave when the progress reaches max.

Value: 16843070

Syntax

[Android.Runtime.Register("indeterminateBehavior")]
public const int IndeterminateBehavior

Remarks

Defines how the indeterminate mode should behave when the progress reaches max.
ConstantValueDescription
repeat1 Progress starts over from 0.
cycle2 Progress keeps the current value and goes back to 0.

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