Enum ReadingDirection
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Specifies the direction in which reading progresses.
Note??DWRITE_READING_DIRECTION_TOP_TO_BOTTOM and DWRITE_READING_DIRECTION_BOTTOM_TO_TOP are available in Windows?8.1 and later, only.?public enum ReadingDirection
Fields
BottomToTop = 3
- Note??Windows?8.1 and later only. ?
Indicates that reading progresses from bottom to top.
- Note??Windows?8.1 and later only. ?
LeftToRight = 0
Indicates that reading progresses from left to right.
RightToLeft = 1
Indicates that reading progresses from right to left.
TopToBottom = 2
- Note??Windows?8.1 and later only. ?
Indicates that reading progresses from top to bottom.
- Note??Windows?8.1 and later only. ?