Terminal.Gui.TextAlignment.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.TextAlignment
  4. id: TextAlignment
  5. children:
  6. - Terminal.Gui.TextAlignment.Centered
  7. - Terminal.Gui.TextAlignment.Justified
  8. - Terminal.Gui.TextAlignment.Left
  9. - Terminal.Gui.TextAlignment.Right
  10. langs:
  11. - csharp
  12. name: TextAlignment
  13. nameWithType: TextAlignment
  14. fullName: Terminal.Gui.TextAlignment
  15. type: Enum
  16. assemblies:
  17. - Terminal.Gui
  18. namespace: Terminal.Gui
  19. summary: Text alignment enumeration, controls how text is displayed.
  20. syntax:
  21. content: public enum TextAlignment
  22. inheritance:
  23. - System.Enum
  24. - uid: Terminal.Gui.TextAlignment.Centered
  25. id: Centered
  26. parent: Terminal.Gui.TextAlignment
  27. langs:
  28. - csharp
  29. name: Centered
  30. nameWithType: TextAlignment.Centered
  31. fullName: TextAlignment.Centered
  32. type: Field
  33. assemblies:
  34. - Terminal.Gui
  35. namespace: Terminal.Gui
  36. summary: Centers the text in the frame.
  37. syntax:
  38. content: Centered
  39. return:
  40. type: Terminal.Gui.TextAlignment
  41. description: To be added.
  42. exceptions: []
  43. - uid: Terminal.Gui.TextAlignment.Justified
  44. id: Justified
  45. parent: Terminal.Gui.TextAlignment
  46. langs:
  47. - csharp
  48. name: Justified
  49. nameWithType: TextAlignment.Justified
  50. fullName: TextAlignment.Justified
  51. type: Field
  52. assemblies:
  53. - Terminal.Gui
  54. namespace: Terminal.Gui
  55. summary: Shows the line as justified text in the line.
  56. syntax:
  57. content: Justified
  58. return:
  59. type: Terminal.Gui.TextAlignment
  60. description: To be added.
  61. exceptions: []
  62. - uid: Terminal.Gui.TextAlignment.Left
  63. id: Left
  64. parent: Terminal.Gui.TextAlignment
  65. langs:
  66. - csharp
  67. name: Left
  68. nameWithType: TextAlignment.Left
  69. fullName: TextAlignment.Left
  70. type: Field
  71. assemblies:
  72. - Terminal.Gui
  73. namespace: Terminal.Gui
  74. summary: Aligns the text to the left of the frame.
  75. syntax:
  76. content: Left
  77. return:
  78. type: Terminal.Gui.TextAlignment
  79. description: To be added.
  80. exceptions: []
  81. - uid: Terminal.Gui.TextAlignment.Right
  82. id: Right
  83. parent: Terminal.Gui.TextAlignment
  84. langs:
  85. - csharp
  86. name: Right
  87. nameWithType: TextAlignment.Right
  88. fullName: TextAlignment.Right
  89. type: Field
  90. assemblies:
  91. - Terminal.Gui
  92. namespace: Terminal.Gui
  93. summary: Aligns the text to the right side of the frame.
  94. syntax:
  95. content: Right
  96. return:
  97. type: Terminal.Gui.TextAlignment
  98. description: To be added.
  99. exceptions: []
  100. references:
  101. - uid: System.Enum
  102. parent: System
  103. isExternal: true
  104. name: Enum
  105. nameWithType: Enum
  106. fullName: System.Enum
  107. - uid: Terminal.Gui.TextAlignment.Centered
  108. parent: Terminal.Gui.TextAlignment
  109. isExternal: false
  110. name: Centered
  111. nameWithType: TextAlignment.Centered
  112. fullName: TextAlignment.Centered
  113. - uid: Terminal.Gui.TextAlignment
  114. parent: Terminal.Gui
  115. isExternal: false
  116. name: TextAlignment
  117. nameWithType: TextAlignment
  118. fullName: Terminal.Gui.TextAlignment
  119. - uid: Terminal.Gui.TextAlignment.Justified
  120. parent: Terminal.Gui.TextAlignment
  121. isExternal: false
  122. name: Justified
  123. nameWithType: TextAlignment.Justified
  124. fullName: TextAlignment.Justified
  125. - uid: Terminal.Gui.TextAlignment.Left
  126. parent: Terminal.Gui.TextAlignment
  127. isExternal: false
  128. name: Left
  129. nameWithType: TextAlignment.Left
  130. fullName: TextAlignment.Left
  131. - uid: Terminal.Gui.TextAlignment.Right
  132. parent: Terminal.Gui.TextAlignment
  133. isExternal: false
  134. name: Right
  135. nameWithType: TextAlignment.Right
  136. fullName: TextAlignment.Right