FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Util Namespace / C1TextLayout.LinesFlowDirectionEnum Enumeration

In This Topic
    C1TextLayout.LinesFlowDirectionEnum Enumeration
    In This Topic
    Defines the directions of the lines' flow.
    Syntax
    'Declaration
     
    Public Enum C1TextLayout.LinesFlowDirectionEnum 
       Inherits System.Enum
    public enum C1TextLayout.LinesFlowDirectionEnum : System.Enum 
    Members
    MemberDescription
    BottomToTopIndicates that lines go in vertical direction top-to-bottom or bottom-to-top.
    LeftToRightIndicates that lines go in most often direction when first line above last line, i.e. top-to-bottom or left-to-right.
    NormalDirectionMaskIndicates that lines go in most often direction when first line above last line, i.e. top-to-bottom or left-to-right.
    NormalFlowMaskIndicates that lines go in vertical direction top-to-bottom or bottom-to-top.
    RightToLeftIndicates that lines go in most often direction when first line above last line, i.e. top-to-bottom or right-to-left.
    TopToBottomIndicates that lines go in vertical direction top-to-bottom or left-to-right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.Util.C1TextLayout.LinesFlowDirectionEnum

    See Also