alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ImageStreamer.StreamDirection

    Inheritance
    System.Object
    ImageStreamer.StreamDirection
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class StreamDirection : Enum

    Fields

    BottomToTop

    Flow from bottom to top

    Declaration
    public const ImageStreamer.StreamDirection BottomToTop
    Field Value
    Type
    ImageStreamer.StreamDirection

    HorizontalFlip

    flow horizontal flip

    Declaration
    public const ImageStreamer.StreamDirection HorizontalFlip
    Field Value
    Type
    ImageStreamer.StreamDirection

    LeftToRight

    Flow from left to right

    Declaration
    public const ImageStreamer.StreamDirection LeftToRight
    Field Value
    Type
    ImageStreamer.StreamDirection

    RightToLeft

    Flow from right to left

    Declaration
    public const ImageStreamer.StreamDirection RightToLeft
    Field Value
    Type
    ImageStreamer.StreamDirection

    TopToBottom

    Flow from top to bottom

    Declaration
    public const ImageStreamer.StreamDirection TopToBottom
    Field Value
    Type
    ImageStreamer.StreamDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved