LineDisplayMarquee.RepeatWaitInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().