Enum EColSize
public enum EColSize
Namespace: HomeSeer.Jui.Views
Assembly: PluginSdk.dll
The possible sizes for a column in the bootstrap grid system
Fields
| Name | Description |
|---|---|
| Auto | Size based on the natural width of their content |
| Col | Equal-width column |
| Col1 | Column of size 1 |
| Col10 | Column of size 10 |
| Col11 | Column of size 11 |
| Col12 | Column of size 12 |
| Col2 | Column of size 2 |
| Col3 | Column of size 3 |
| Col4 | Column of size 4 |
| Col5 | Column of size 5 |
| Col6 | Column of size 6 |
| Col7 | Column of size 7 |
| Col8 | Column of size 8 |
| Col9 | Column of size 9 |
| None | None |