NStackLayout Class Members
In This Topic
The following tables list the members exposed by NStackLayout.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| FillMode | Gets or sets the mode in which the stack layout tries to fill the layout area, when the desired size of the arranged items is smaller than the layout area. |
| FitMode | Gets or sets the mode in which the stack layout tries to fit into the layout area, when the desired size of the arranged items is larger than the layout area. |
Top
Protected Methods
| Name | Description |
| ArrangeBoxes | Overridden. Layouts the boxes. |
| MeasureBoxes | Overridden. Measures the desired size of the boxes. |
Top
See Also