Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FlowDirection Enumeration

In This Topic
    FlowDirection Enumeration
    In This Topic
    Indicates the direction of how lines of text are placed relative to one another.
    Syntax
    'Declaration
     
    Public Enum FlowDirection 
       Inherits System.Enum
    public enum FlowDirection : System.Enum 
    Members
    MemberDescription
    HorizontalTopToBottomSpecifies that horizontal text lines are placed from top to bottom.
    VerticalLeftToRightSpecifies that vertical text lines are placed from left to right.
    VerticalRightToLeftSpecifies that vertical text lines are placed from right to left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.FlowDirection

    See Also