Terminal.Gui.LayoutStyle.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.LayoutStyle
  4. id: LayoutStyle
  5. children:
  6. - Terminal.Gui.LayoutStyle.Absolute
  7. - Terminal.Gui.LayoutStyle.Computed
  8. langs:
  9. - csharp
  10. name: LayoutStyle
  11. nameWithType: LayoutStyle
  12. fullName: Terminal.Gui.LayoutStyle
  13. type: Enum
  14. assemblies:
  15. - Terminal.Gui
  16. namespace: Terminal.Gui
  17. summary: "Determines the LayoutStyle for a view, if Absolute, during LayoutSubviews, the\n value from the Frame will be used, if the value is Computer, then the Frame \n will be updated from the X, Y Pos objets and the Width and Heigh Dim objects."
  18. syntax:
  19. content: public enum LayoutStyle
  20. inheritance:
  21. - System.Enum
  22. - uid: Terminal.Gui.LayoutStyle.Absolute
  23. id: Absolute
  24. parent: Terminal.Gui.LayoutStyle
  25. langs:
  26. - csharp
  27. name: Absolute
  28. nameWithType: LayoutStyle.Absolute
  29. fullName: LayoutStyle.Absolute
  30. type: Field
  31. assemblies:
  32. - Terminal.Gui
  33. namespace: Terminal.Gui
  34. summary: The position and size of the view are based on the Frame value.
  35. syntax:
  36. content: Absolute
  37. return:
  38. type: Terminal.Gui.LayoutStyle
  39. description: To be added.
  40. exceptions: []
  41. - uid: Terminal.Gui.LayoutStyle.Computed
  42. id: Computed
  43. parent: Terminal.Gui.LayoutStyle
  44. langs:
  45. - csharp
  46. name: Computed
  47. nameWithType: LayoutStyle.Computed
  48. fullName: LayoutStyle.Computed
  49. type: Field
  50. assemblies:
  51. - Terminal.Gui
  52. namespace: Terminal.Gui
  53. summary: >-
  54. The position and size of the view will be computed based on the
  55. X, Y, Width and Height properties and set on the Frame.
  56. syntax:
  57. content: Computed
  58. return:
  59. type: Terminal.Gui.LayoutStyle
  60. description: To be added.
  61. exceptions: []
  62. references:
  63. - uid: System.Enum
  64. parent: System
  65. isExternal: true
  66. name: Enum
  67. nameWithType: Enum
  68. fullName: System.Enum
  69. - uid: Terminal.Gui.LayoutStyle.Absolute
  70. parent: Terminal.Gui.LayoutStyle
  71. isExternal: false
  72. name: Absolute
  73. nameWithType: LayoutStyle.Absolute
  74. fullName: LayoutStyle.Absolute
  75. - uid: Terminal.Gui.LayoutStyle
  76. parent: Terminal.Gui
  77. isExternal: false
  78. name: LayoutStyle
  79. nameWithType: LayoutStyle
  80. fullName: Terminal.Gui.LayoutStyle
  81. - uid: Terminal.Gui.LayoutStyle.Computed
  82. parent: Terminal.Gui.LayoutStyle
  83. isExternal: false
  84. name: Computed
  85. nameWithType: LayoutStyle.Computed
  86. fullName: LayoutStyle.Computed