ComponentSpace Marquee Control Reference

ScrollingImageText.Wraparound Property

Gets or sets the flag indicating whether the images and text will wraparound.

[Visual Basic]
Public Property Wraparound As Boolean
[C#]
public bool Wraparound {get; set;}

Property Value

The flag indicating whether the images and text will wraparound. The default is true.

Remarks

If true the portion of the images and text that scrolls off the edge will immediately scroll back on at the other end. If false images and text will only scroll back on once all the images and text have scrolled off.

See Also

ScrollingImageText Class | ComponentSpace.Marquee Namespace