.NET Framework Class Library
TextDirection Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > TextDirection Enumeration |
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration TextDirection |
C# |
public enum TextDirection |
Visual C++ |
public enum class TextDirection |
Member name |
Value |
Description |
|
BottomToTopLeftToRight |
0 |
||
LeftToRightTopToBottom |
1 |
||
LeftToRightTopToBottomRotated |
2 |
||
TopToBottomLeftToRightRotated |
3 |
||
TopToBottomRightToLeft |
4 |
||
TopToBottomRightToLeftRotated |
5 |