Terminal.Gui.TextAlignment.yml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.TextAlignment
  4. commentId: T:Terminal.Gui.TextAlignment
  5. id: TextAlignment
  6. parent: Terminal.Gui
  7. children:
  8. - Terminal.Gui.TextAlignment.Centered
  9. - Terminal.Gui.TextAlignment.Justified
  10. - Terminal.Gui.TextAlignment.Left
  11. - Terminal.Gui.TextAlignment.Right
  12. langs:
  13. - csharp
  14. - vb
  15. name: TextAlignment
  16. nameWithType: TextAlignment
  17. fullName: Terminal.Gui.TextAlignment
  18. type: Enum
  19. source:
  20. remote:
  21. path: Terminal.Gui/Views/Label.cs
  22. branch: refactor_core
  23. repo: tig:tig/gui.cs.git
  24. id: TextAlignment
  25. path: ../Terminal.Gui/Views/Label.cs
  26. startLine: 16
  27. assemblies:
  28. - Terminal.Gui
  29. namespace: Terminal.Gui
  30. summary: "\nText alignment enumeration, controls how text is displayed.\n"
  31. example: []
  32. syntax:
  33. content: public enum TextAlignment
  34. content.vb: Public Enum TextAlignment
  35. modifiers.csharp:
  36. - public
  37. - enum
  38. modifiers.vb:
  39. - Public
  40. - Enum
  41. - uid: Terminal.Gui.TextAlignment.Left
  42. commentId: F:Terminal.Gui.TextAlignment.Left
  43. id: Left
  44. parent: Terminal.Gui.TextAlignment
  45. langs:
  46. - csharp
  47. - vb
  48. name: Left
  49. nameWithType: TextAlignment.Left
  50. fullName: Terminal.Gui.TextAlignment.Left
  51. type: Field
  52. source:
  53. remote:
  54. path: Terminal.Gui/Views/Label.cs
  55. branch: refactor_core
  56. repo: tig:tig/gui.cs.git
  57. id: Left
  58. path: ../Terminal.Gui/Views/Label.cs
  59. startLine: 20
  60. assemblies:
  61. - Terminal.Gui
  62. namespace: Terminal.Gui
  63. summary: "\nAligns the text to the left of the frame.\n"
  64. example: []
  65. syntax:
  66. content: Left = 0
  67. return:
  68. type: Terminal.Gui.TextAlignment
  69. modifiers.csharp:
  70. - public
  71. - const
  72. modifiers.vb:
  73. - Public
  74. - Const
  75. - uid: Terminal.Gui.TextAlignment.Right
  76. commentId: F:Terminal.Gui.TextAlignment.Right
  77. id: Right
  78. parent: Terminal.Gui.TextAlignment
  79. langs:
  80. - csharp
  81. - vb
  82. name: Right
  83. nameWithType: TextAlignment.Right
  84. fullName: Terminal.Gui.TextAlignment.Right
  85. type: Field
  86. source:
  87. remote:
  88. path: Terminal.Gui/Views/Label.cs
  89. branch: refactor_core
  90. repo: tig:tig/gui.cs.git
  91. id: Right
  92. path: ../Terminal.Gui/Views/Label.cs
  93. startLine: 24
  94. assemblies:
  95. - Terminal.Gui
  96. namespace: Terminal.Gui
  97. summary: "\nAligns the text to the right side of the frame.\n"
  98. example: []
  99. syntax:
  100. content: Right = 1
  101. return:
  102. type: Terminal.Gui.TextAlignment
  103. modifiers.csharp:
  104. - public
  105. - const
  106. modifiers.vb:
  107. - Public
  108. - Const
  109. - uid: Terminal.Gui.TextAlignment.Centered
  110. commentId: F:Terminal.Gui.TextAlignment.Centered
  111. id: Centered
  112. parent: Terminal.Gui.TextAlignment
  113. langs:
  114. - csharp
  115. - vb
  116. name: Centered
  117. nameWithType: TextAlignment.Centered
  118. fullName: Terminal.Gui.TextAlignment.Centered
  119. type: Field
  120. source:
  121. remote:
  122. path: Terminal.Gui/Views/Label.cs
  123. branch: refactor_core
  124. repo: tig:tig/gui.cs.git
  125. id: Centered
  126. path: ../Terminal.Gui/Views/Label.cs
  127. startLine: 28
  128. assemblies:
  129. - Terminal.Gui
  130. namespace: Terminal.Gui
  131. summary: "\nCenters the text in the frame.\n"
  132. example: []
  133. syntax:
  134. content: Centered = 2
  135. return:
  136. type: Terminal.Gui.TextAlignment
  137. modifiers.csharp:
  138. - public
  139. - const
  140. modifiers.vb:
  141. - Public
  142. - Const
  143. - uid: Terminal.Gui.TextAlignment.Justified
  144. commentId: F:Terminal.Gui.TextAlignment.Justified
  145. id: Justified
  146. parent: Terminal.Gui.TextAlignment
  147. langs:
  148. - csharp
  149. - vb
  150. name: Justified
  151. nameWithType: TextAlignment.Justified
  152. fullName: Terminal.Gui.TextAlignment.Justified
  153. type: Field
  154. source:
  155. remote:
  156. path: Terminal.Gui/Views/Label.cs
  157. branch: refactor_core
  158. repo: tig:tig/gui.cs.git
  159. id: Justified
  160. path: ../Terminal.Gui/Views/Label.cs
  161. startLine: 32
  162. assemblies:
  163. - Terminal.Gui
  164. namespace: Terminal.Gui
  165. summary: "\nShows the text as justified text in the frame.\n"
  166. example: []
  167. syntax:
  168. content: Justified = 3
  169. return:
  170. type: Terminal.Gui.TextAlignment
  171. modifiers.csharp:
  172. - public
  173. - const
  174. modifiers.vb:
  175. - Public
  176. - Const
  177. references:
  178. - uid: Terminal.Gui
  179. commentId: N:Terminal.Gui
  180. name: Terminal.Gui
  181. nameWithType: Terminal.Gui
  182. fullName: Terminal.Gui
  183. - uid: Terminal.Gui.TextAlignment
  184. commentId: T:Terminal.Gui.TextAlignment
  185. parent: Terminal.Gui
  186. name: TextAlignment
  187. nameWithType: TextAlignment
  188. fullName: Terminal.Gui.TextAlignment
  189. shouldSkipMarkup: true