Terminal.Gui.LayoutStyle.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.LayoutStyle
  4. commentId: T:Terminal.Gui.LayoutStyle
  5. id: LayoutStyle
  6. parent: Terminal.Gui
  7. children:
  8. - Terminal.Gui.LayoutStyle.Absolute
  9. - Terminal.Gui.LayoutStyle.Computed
  10. langs:
  11. - csharp
  12. - vb
  13. name: LayoutStyle
  14. nameWithType: LayoutStyle
  15. fullName: Terminal.Gui.LayoutStyle
  16. type: Enum
  17. source:
  18. remote:
  19. path: Terminal.Gui/Core.cs
  20. branch: docs_tweaks
  21. repo: tig:tig/gui.cs.git
  22. id: LayoutStyle
  23. path: ../Terminal.Gui/Core.cs
  24. startLine: 198
  25. assemblies:
  26. - Terminal.Gui
  27. namespace: Terminal.Gui
  28. summary: "\nDetermines the LayoutStyle for a view, if Absolute, during LayoutSubviews, the\nvalue from the Frame will be used, if the value is Computer, then the Frame\nwill be updated from the X, Y Pos objects and the Width and Height Dim objects.\n"
  29. example: []
  30. syntax:
  31. content: public enum LayoutStyle
  32. content.vb: Public Enum LayoutStyle
  33. modifiers.csharp:
  34. - public
  35. - enum
  36. modifiers.vb:
  37. - Public
  38. - Enum
  39. - uid: Terminal.Gui.LayoutStyle.Absolute
  40. commentId: F:Terminal.Gui.LayoutStyle.Absolute
  41. id: Absolute
  42. parent: Terminal.Gui.LayoutStyle
  43. langs:
  44. - csharp
  45. - vb
  46. name: Absolute
  47. nameWithType: LayoutStyle.Absolute
  48. fullName: Terminal.Gui.LayoutStyle.Absolute
  49. type: Field
  50. source:
  51. remote:
  52. path: Terminal.Gui/Core.cs
  53. branch: docs_tweaks
  54. repo: tig:tig/gui.cs.git
  55. id: Absolute
  56. path: ../Terminal.Gui/Core.cs
  57. startLine: 202
  58. assemblies:
  59. - Terminal.Gui
  60. namespace: Terminal.Gui
  61. summary: "\nThe position and size of the view are based on the Frame value.\n"
  62. example: []
  63. syntax:
  64. content: Absolute = 0
  65. return:
  66. type: Terminal.Gui.LayoutStyle
  67. modifiers.csharp:
  68. - public
  69. - const
  70. modifiers.vb:
  71. - Public
  72. - Const
  73. - uid: Terminal.Gui.LayoutStyle.Computed
  74. commentId: F:Terminal.Gui.LayoutStyle.Computed
  75. id: Computed
  76. parent: Terminal.Gui.LayoutStyle
  77. langs:
  78. - csharp
  79. - vb
  80. name: Computed
  81. nameWithType: LayoutStyle.Computed
  82. fullName: Terminal.Gui.LayoutStyle.Computed
  83. type: Field
  84. source:
  85. remote:
  86. path: Terminal.Gui/Core.cs
  87. branch: docs_tweaks
  88. repo: tig:tig/gui.cs.git
  89. id: Computed
  90. path: ../Terminal.Gui/Core.cs
  91. startLine: 208
  92. assemblies:
  93. - Terminal.Gui
  94. namespace: Terminal.Gui
  95. summary: "\nThe position and size of the view will be computed based on the\nX, Y, Width and Height properties and set on the Frame.\n"
  96. example: []
  97. syntax:
  98. content: Computed = 1
  99. return:
  100. type: Terminal.Gui.LayoutStyle
  101. modifiers.csharp:
  102. - public
  103. - const
  104. modifiers.vb:
  105. - Public
  106. - Const
  107. references:
  108. - uid: Terminal.Gui
  109. commentId: N:Terminal.Gui
  110. name: Terminal.Gui
  111. nameWithType: Terminal.Gui
  112. fullName: Terminal.Gui
  113. - uid: Terminal.Gui.LayoutStyle
  114. commentId: T:Terminal.Gui.LayoutStyle
  115. parent: Terminal.Gui
  116. name: LayoutStyle
  117. nameWithType: LayoutStyle
  118. fullName: Terminal.Gui.LayoutStyle
  119. shouldSkipMarkup: true