LineDisplayMarquee.RepeatWaitInterval Property

Definition

Gets or sets the marquee repeat wait period.

public:
 property TimeSpan RepeatWaitInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan RepeatWaitInterval();

void RepeatWaitInterval(TimeSpan value);
public System.TimeSpan RepeatWaitInterval { get; set; }
var timeSpan = lineDisplayMarquee.repeatWaitInterval;
lineDisplayMarquee.repeatWaitInterval = timeSpan;
Public Property RepeatWaitInterval As TimeSpan

Property Value

The delay between finishing a marquee scroll and starting over again.

Remarks

The default value of this property is 0. Changes to this property are committed to the device on the next call to LineDisplayMarquee.TryStartScrollingAsync().

Applies to