ComponentSpace Marquee Control Reference

ScrollingImageText.Text Property

Gets or sets the text to move.

[Visual Basic]
Overrides Public Property Text As String
[C#]
public override string Text {get; set;}

Property Value

The text to move.

Remarks

Insertion points in the text for images are indicated by {n} substitution sequences. For example, if {0} appears in the text then this is replaced with the first image in the image list.

See Also

ScrollingImageText Class | ComponentSpace.Marquee Namespace