Enum Layout
Warning: Preliminary, informal code; subject to change!
Layout type for control containersNamespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public enum Layout
Fields
Name | Description |
---|---|
Absolute | The controls in the container should be positioned with absolute coordinates for each control |
Flow | The controls in the container should have a Flow layout, one after another |
Grid | The controls in the container should have a Grid layout, with a specified number of columns and rows |