NStackPanel Class Properties
For a list of all members of this type, see NStackPanel members.
| Name | Description |
 | FillMode | Gets or sets the stack fill mode, which determines the fill behavior of the stack layout in the layout direction. By default set to ENStackFillMode.None. |
 | FitMode | Gets or sets the stack fit mode, which determines the fit behavior of the stack layout in the layout direction when the fill mode is set to none and there is not enough space for the layouted objects. By default set to ENStackFitMode.None. |
Top