How to set the ImageStreamDirection in TileLayout?
3 Sep 20201 minute to read
The following ImageStreamDirection are available in TileLayout.
- LeftToRight
- RightToLeft
- TopToBottom
- BottomToTop
- HorizontalFlip
//Gets or sets the Image stream direction
this.imageStreamer1.ImageStreamDirection = Syncfusion.Windows.Forms.Tools.ImageStreamer.StreamDirection.LeftToRight;
'Gets or sets the Image stream direction
Me.imageStreamer1.ImageStreamDirection = Syncfusion.Windows.Forms.Tools.ImageStreamer.StreamDirection.LeftToRight