Enum FlowDirection
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Indicates the direction of how lines of text are placed relative to one another.
public enum FlowDirection
Fields
TopToBottom = 0
Specifies that text lines are placed from top to bottom.
BottomToTop = 1
Specifies that text lines are placed from bottom to top.
LeftToRight = 2
Specifies that text lines are placed from left to right.
RightToLeft = 3
Specifies that text lines are placed from right to left.