ColumnElement record
Vertical layout container: children stacked top-to-bottom with optional spacing.
public record ColumnElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| ColumnElement(…) | Vertical layout container: children stacked top-to-bottom with optional spacing. |
| Children { get; set; } | Child elements stacked vertically. |
| Gap { get; set; } | Spacing in pixels between each child. |
| Padding { get; set; } | Uniform inner padding on all four sides in pixels. Adds breathing room between the column boundary and its content — use when a backdrop or explicit border sits at the column edge. |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services