LineDisplayMarquee.ScrollWaitInterval Property

Definition

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().

Applies to