TextView.SetMarqueeRepeatLimit(Int32) Method

Definition

Sets how many times to repeat the marquee animation.

[Android.Runtime.Register("setMarqueeRepeatLimit", "(I)V", "GetSetMarqueeRepeatLimit_IHandler")]
public virtual void SetMarqueeRepeatLimit (int marqueeLimit);
[<Android.Runtime.Register("setMarqueeRepeatLimit", "(I)V", "GetSetMarqueeRepeatLimit_IHandler")>]
abstract member SetMarqueeRepeatLimit : int -> unit
override this.SetMarqueeRepeatLimit : int -> unit

Parameters

marqueeLimit
Int32
Attributes

Remarks

Sets how many times to repeat the marquee animation. Only applied if the TextView has marquee enabled. Set to -1 to repeat indefinitely.

Java documentation for android.widget.TextView.setMarqueeRepeatLimit(int).

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

See also