ColumnElement constructor
Vertical layout container: children stacked top-to-bottom with optional spacing.
public ColumnElement(IReadOnlyList<HudElement> Children, float Gap = 0)| parameter | description |
|---|---|
| Children | Child elements stacked vertically. |
| Gap | Spacing in pixels between each child. |
See Also
Section titled “See Also”- record HudElement
- record ColumnElement
- namespace Stellar.Abstractions.Services