NStackPanel Class Members
In This Topic
The following tables list the members exposed by NStackPanel.
Public Constructors
Public Fields
Public Properties
| 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
Protected Methods
| Name | Description |
| CreateLayout | Overridden. Overriden to create a new instance of the NStackLayout |
| GetLayout | Overridden. Creates a new layout and configures it |
Top
See Also