Skip to content
Version 2.11.0
↓ Get the launcher

ColumnElement record

Vertical layout container: children stacked top-to-bottom with optional spacing.

public record ColumnElement : IEquatable<HudElement>
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.