Enum EVerticalAlignment
public enum EVerticalAlignment
Namespace: HomeSeer.Jui.Views
Assembly: PluginSdk.dll
The possible behaviors for the vertical alignment of items in a row
Fields
| Name | Description |
|---|---|
| AlignItemsCenter | Items are centered in the row |
| AlignItemsEnd | Items are placed at the bottom of the row |
| AlignItemsStart | Items are placed at the top of the row |
| None | None |