RowJustify enumeration
How children are packed horizontally within a RowElement.
public enum RowJustifyValues
Section titled “Values”| name | value | description |
|---|---|---|
| Left | 0 |
Pack children to the left; slack space is to the right (default). |
| Center | 1 |
Pack children to the centre; slack split equally on both sides. |
| Right | 2 |
Pack children to the right; slack space is to the left. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services