Chronometer.CountDown Property

Definition

Set this view to count down to the base instead of counting up from it.

public virtual bool CountDown { [Android.Runtime.Register("isCountDown", "()Z", "GetIsCountDownHandler", ApiSince=24)] get; [Android.Runtime.Register("setCountDown", "(Z)V", "GetSetCountDown_ZHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isCountDown", "()Z", "GetIsCountDownHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setCountDown", "(Z)V", "GetSetCountDown_ZHandler", ApiSince=24)>]
member this.CountDown : bool with get, set

Property Value

whether this view counts down

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.Chronometer.isCountDown().

Property setter documentation:

Set this view to count down to the base instead of counting up from it.

Java documentation for android.widget.Chronometer.setCountDown(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to