RowElement record
Horizontal layout container: children arranged left-to-right with optional spacing.
public record RowElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| RowElement(…) | Horizontal layout container: children arranged left-to-right with optional spacing. (2 constructors) |
| Children { get; set; } | Child elements arranged horizontally. |
| Gap { get; set; } | Spacing in pixels between each child. |
| Justify { get; set; } | How children are packed horizontally; default Left. |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services