C1.WPF.Document Assembly / C1.WPF.Document.Util Namespace / C1TextLayout.LinesFlowDirectionEnum Enumeration

C1TextLayout.LinesFlowDirectionEnum Enumeration
Defines the directions of the lines' flow.
Syntax
'Declaration
 
Public Enum C1TextLayout.LinesFlowDirectionEnum 
   Inherits 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.WPF.Document.Util.C1TextLayout.LinesFlowDirectionEnum

See Also