In This Topic
The following tables list the members exposed by NBoxLayout.
Public Fields
Public Properties
| Name | Description |
| HorizontalSpacing | Gets or sets the minimal horizontal spacing between the boxes. By default set to 0. |
| UniformHeights | Gets or sets the way in which the boxes are resized in the Y dimension prior to being measured or arranged. By default set to None, which means that boxes are initially having their desired heights. |
| UniformWidths | Gets or sets the way in which the boxes are resized in the X dimension prior to being measured or arranged. By default set to None, which means that boxes are initially having their desired widths. |
| VerticalSpacing | Gets or sets the minimal vertical spacing between the boxes. By default set to 0. |
Top
Public Methods
| Name | Description |
| Measure | Gets the desired size of the layout container, assuming that the arranged objects are at their desired size. |
Top
See Also