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 = 0Specifies that text lines are placed from top to bottom.
BottomToTop = 1Specifies that text lines are placed from bottom to top.
LeftToRight = 2Specifies that text lines are placed from left to right.
RightToLeft = 3Specifies that text lines are placed from right to left.