Terminal.Gui.TextDirection.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class TextDirection
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class TextDirection
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.TextDirection">
  73. <h1 id="Terminal_Gui_TextDirection" data-uid="Terminal.Gui.TextDirection" class="text-break">Class TextDirection
  74. </h1>
  75. <div class="markdown level0 summary">
  76. Text direction enumeration, controls how text is displayed.
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><span class="xref">System.Object</span></div>
  82. <div class="level1"><span class="xref">TextDirection</span></div>
  83. </div>
  84. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  85. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  86. <h5 id="Terminal_Gui_TextDirection_syntax">Syntax</h5>
  87. <div class="codewrapper">
  88. <pre><code class="lang-csharp hljs">public sealed class TextDirection : Enum</code></pre>
  89. </div>
  90. <h3 id="fields">Fields
  91. </h3>
  92. <h4 id="Terminal_Gui_TextDirection_BottomTop_LeftRight" data-uid="Terminal.Gui.TextDirection.BottomTop_LeftRight">BottomTop_LeftRight</h4>
  93. <div class="markdown level1 summary">
  94. This is a vertical direction.
  95. <pre><code>O D<br>L L<br>L R<br>E O<br>H W</code></pre>
  96. </div>
  97. <div class="markdown level1 conceptual"></div>
  98. <h5 class="decalaration">Declaration</h5>
  99. <div class="codewrapper">
  100. <pre><code class="lang-csharp hljs">public const TextDirection BottomTop_LeftRight</code></pre>
  101. </div>
  102. <h5 class="fieldValue">Field Value</h5>
  103. <table class="table table-bordered table-striped table-condensed">
  104. <thead>
  105. <tr>
  106. <th>Type</th>
  107. <th>Description</th>
  108. </tr>
  109. </thead>
  110. <tbody>
  111. <tr>
  112. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  113. <td></td>
  114. </tr>
  115. </tbody>
  116. </table>
  117. <h4 id="Terminal_Gui_TextDirection_BottomTop_RightLeft" data-uid="Terminal.Gui.TextDirection.BottomTop_RightLeft">BottomTop_RightLeft</h4>
  118. <div class="markdown level1 summary">
  119. This is a vertical direction.
  120. <pre><code>D O<br>L L<br>R L<br>O E<br>W H</code></pre>
  121. </div>
  122. <div class="markdown level1 conceptual"></div>
  123. <h5 class="decalaration">Declaration</h5>
  124. <div class="codewrapper">
  125. <pre><code class="lang-csharp hljs">public const TextDirection BottomTop_RightLeft</code></pre>
  126. </div>
  127. <h5 class="fieldValue">Field Value</h5>
  128. <table class="table table-bordered table-striped table-condensed">
  129. <thead>
  130. <tr>
  131. <th>Type</th>
  132. <th>Description</th>
  133. </tr>
  134. </thead>
  135. <tbody>
  136. <tr>
  137. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  138. <td></td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. <h4 id="Terminal_Gui_TextDirection_LeftRight_BottomTop" data-uid="Terminal.Gui.TextDirection.LeftRight_BottomTop">LeftRight_BottomTop</h4>
  143. <div class="markdown level1 summary">
  144. This is a horizontal direction.
  145. <pre><code>WORLD<br>HELLO</code></pre>
  146. </div>
  147. <div class="markdown level1 conceptual"></div>
  148. <h5 class="decalaration">Declaration</h5>
  149. <div class="codewrapper">
  150. <pre><code class="lang-csharp hljs">public const TextDirection LeftRight_BottomTop</code></pre>
  151. </div>
  152. <h5 class="fieldValue">Field Value</h5>
  153. <table class="table table-bordered table-striped table-condensed">
  154. <thead>
  155. <tr>
  156. <th>Type</th>
  157. <th>Description</th>
  158. </tr>
  159. </thead>
  160. <tbody>
  161. <tr>
  162. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  163. <td></td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. <h4 id="Terminal_Gui_TextDirection_LeftRight_TopBottom" data-uid="Terminal.Gui.TextDirection.LeftRight_TopBottom">LeftRight_TopBottom</h4>
  168. <div class="markdown level1 summary">
  169. Normal horizontal direction.
  170. <pre><code>HELLO<br>WORLD</code></pre>
  171. </div>
  172. <div class="markdown level1 conceptual"></div>
  173. <h5 class="decalaration">Declaration</h5>
  174. <div class="codewrapper">
  175. <pre><code class="lang-csharp hljs">public const TextDirection LeftRight_TopBottom</code></pre>
  176. </div>
  177. <h5 class="fieldValue">Field Value</h5>
  178. <table class="table table-bordered table-striped table-condensed">
  179. <thead>
  180. <tr>
  181. <th>Type</th>
  182. <th>Description</th>
  183. </tr>
  184. </thead>
  185. <tbody>
  186. <tr>
  187. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  188. <td></td>
  189. </tr>
  190. </tbody>
  191. </table>
  192. <h4 id="Terminal_Gui_TextDirection_RightLeft_BottomTop" data-uid="Terminal.Gui.TextDirection.RightLeft_BottomTop">RightLeft_BottomTop</h4>
  193. <div class="markdown level1 summary">
  194. This is a horizontal direction.
  195. <pre><code>DLROW<br>OLLEH</code></pre>
  196. </div>
  197. <div class="markdown level1 conceptual"></div>
  198. <h5 class="decalaration">Declaration</h5>
  199. <div class="codewrapper">
  200. <pre><code class="lang-csharp hljs">public const TextDirection RightLeft_BottomTop</code></pre>
  201. </div>
  202. <h5 class="fieldValue">Field Value</h5>
  203. <table class="table table-bordered table-striped table-condensed">
  204. <thead>
  205. <tr>
  206. <th>Type</th>
  207. <th>Description</th>
  208. </tr>
  209. </thead>
  210. <tbody>
  211. <tr>
  212. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  213. <td></td>
  214. </tr>
  215. </tbody>
  216. </table>
  217. <h4 id="Terminal_Gui_TextDirection_RightLeft_TopBottom" data-uid="Terminal.Gui.TextDirection.RightLeft_TopBottom">RightLeft_TopBottom</h4>
  218. <div class="markdown level1 summary">
  219. This is a horizontal direction. <br> RTL
  220. <pre><code>OLLEH<br>DLROW</code></pre>
  221. </div>
  222. <div class="markdown level1 conceptual"></div>
  223. <h5 class="decalaration">Declaration</h5>
  224. <div class="codewrapper">
  225. <pre><code class="lang-csharp hljs">public const TextDirection RightLeft_TopBottom</code></pre>
  226. </div>
  227. <h5 class="fieldValue">Field Value</h5>
  228. <table class="table table-bordered table-striped table-condensed">
  229. <thead>
  230. <tr>
  231. <th>Type</th>
  232. <th>Description</th>
  233. </tr>
  234. </thead>
  235. <tbody>
  236. <tr>
  237. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  238. <td></td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. <h4 id="Terminal_Gui_TextDirection_TopBottom_LeftRight" data-uid="Terminal.Gui.TextDirection.TopBottom_LeftRight">TopBottom_LeftRight</h4>
  243. <div class="markdown level1 summary">
  244. Normal vertical direction.
  245. <pre><code>H W<br>E O<br>L R<br>L L<br>O D</code></pre>
  246. </div>
  247. <div class="markdown level1 conceptual"></div>
  248. <h5 class="decalaration">Declaration</h5>
  249. <div class="codewrapper">
  250. <pre><code class="lang-csharp hljs">public const TextDirection TopBottom_LeftRight</code></pre>
  251. </div>
  252. <h5 class="fieldValue">Field Value</h5>
  253. <table class="table table-bordered table-striped table-condensed">
  254. <thead>
  255. <tr>
  256. <th>Type</th>
  257. <th>Description</th>
  258. </tr>
  259. </thead>
  260. <tbody>
  261. <tr>
  262. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  263. <td></td>
  264. </tr>
  265. </tbody>
  266. </table>
  267. <h4 id="Terminal_Gui_TextDirection_TopBottom_RightLeft" data-uid="Terminal.Gui.TextDirection.TopBottom_RightLeft">TopBottom_RightLeft</h4>
  268. <div class="markdown level1 summary">
  269. This is a vertical direction.
  270. <pre><code>W H<br>O E<br>R L<br>L L<br>D O</code></pre>
  271. </div>
  272. <div class="markdown level1 conceptual"></div>
  273. <h5 class="decalaration">Declaration</h5>
  274. <div class="codewrapper">
  275. <pre><code class="lang-csharp hljs">public const TextDirection TopBottom_RightLeft</code></pre>
  276. </div>
  277. <h5 class="fieldValue">Field Value</h5>
  278. <table class="table table-bordered table-striped table-condensed">
  279. <thead>
  280. <tr>
  281. <th>Type</th>
  282. <th>Description</th>
  283. </tr>
  284. </thead>
  285. <tbody>
  286. <tr>
  287. <td><a class="xref" href="Terminal.Gui.TextDirection.html">TextDirection</a></td>
  288. <td></td>
  289. </tr>
  290. </tbody>
  291. </table>
  292. <h4 id="Terminal_Gui_TextDirection_value__" data-uid="Terminal.Gui.TextDirection.value__">value__</h4>
  293. <div class="markdown level1 summary"></div>
  294. <div class="markdown level1 conceptual"></div>
  295. <h5 class="decalaration">Declaration</h5>
  296. <div class="codewrapper">
  297. <pre><code class="lang-csharp hljs">public int value__</code></pre>
  298. </div>
  299. <h5 class="fieldValue">Field Value</h5>
  300. <table class="table table-bordered table-striped table-condensed">
  301. <thead>
  302. <tr>
  303. <th>Type</th>
  304. <th>Description</th>
  305. </tr>
  306. </thead>
  307. <tbody>
  308. <tr>
  309. <td><span class="xref">System.Int32</span></td>
  310. <td></td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. </article>
  315. </div>
  316. <div class="hidden-sm col-md-2" role="complementary">
  317. <div class="sideaffix">
  318. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  319. <h5>In This Article</h5>
  320. <div></div>
  321. </nav>
  322. </div>
  323. </div>
  324. </div>
  325. </div>
  326. <footer>
  327. <div class="grad-bottom"></div>
  328. <div class="footer">
  329. <div class="container">
  330. <span class="pull-right">
  331. <a href="#top">Back to top</a>
  332. </span>
  333. <span>Generated by <strong>DocFX</strong></span>
  334. </div>
  335. </div>
  336. </footer>
  337. </div>
  338. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  339. <script type="text/javascript" src="../../styles/docfx.js"></script>
  340. <script type="text/javascript" src="../../styles/main.js"></script>
  341. </body>
  342. </html>