Articles in this section
Category / Section

How to perform image streaming animation in ImageStreamer?

1 min read

SlideShow

The slide show can be started and stopped in ImageStreamer by using the Slide show property.

ImageStreamDirection

You can change the direction of the slide show to Left, Right, Top and bottom by using the ImageStreamDirection property.

C#

private void button1_Click(object sender, EventArgs e)
        {
            this.imageStreamer2.SlideShow = true;
        }
private void button4_Click(object sender, EventArgs e)
        {
this.imageStreamer3.ImageStreamDirection = Syncfusion.Windows.Forms.Tools.ImageStreamer.StreamDirection.TopToBottom;
        }

VB

Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button1.Click
                                Me.imageStreamer2.SlideShow = True
                                End Sub
Private Sub button4_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button4.Click
Me.imageStreamer3.ImageStreamDirection = Syncfusion.Windows.Forms.Tools.ImageStreamer.StreamDirection.TopToBottom
                End Sub

Sample Link

http://www.syncfusion.com/downloads/support/directtrac/general/ImageStreamer-767029059.zip

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied