ComponentSpace Marquee Control Reference

ScrollingText.Wraparound Property

Gets or sets the flag indicating whether the image will wraparound.

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

Property Value

The flag indicating whether the image will wraparound. The default is true.

Remarks

If true the portion of the image that scrolls off the edge will immediately scroll back on at the other end. If false image will only scroll back on once all the image has scrolled off.

See Also

ScrollingText Class | ComponentSpace.Marquee Namespace