LineDisplayMarquee.ScrollWaitInterval 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 scroll wait interval.
public:
property TimeSpan ScrollWaitInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan ScrollWaitInterval();
void ScrollWaitInterval(TimeSpan value);
public System.TimeSpan ScrollWaitInterval { get; set; }
var timeSpan = lineDisplayMarquee.scrollWaitInterval;
lineDisplayMarquee.scrollWaitInterval = timeSpan;
Public Property ScrollWaitInterval As TimeSpan
Property Value
The delay between placing or walking each character in the marquee.
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().