Terminal.TextAlignment.yml 2.9 KB

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