Enum EHorizontalAlignment
public enum EHorizontalAlignment
Namespace: HomeSeer.Jui.Views
Assembly: PluginSdk.dll
The possible behaviors for the horizontal alignment of items in a row
Fields
| Name | Description |
|---|---|
| JustifyContentAround | Items are evenly distributed in the row with equal space around them |
| JustifyContentBetween | Items are evenly distributed in the row; first item is on the start of the row, last item on the end of the row |
| JustifyContentCenter | Items are centered along the row |
| JustifyContentEnd | Items are packed towards the end of the row |
| JustifyContentStart | Items are packed towards the start of the row |
| None | None |