Skip to content
Version 2.11.0
↓ Get the launcher

RowElement record

Horizontal layout container: children arranged left-to-right with optional spacing.

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