Enum FlowDirection
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Indicates the direction of how lines of text are placed relative to one another.
public enum FlowDirection
Fields
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.
TopToBottom = 0
Specifies that text lines are placed from top to bottom.