PillElement record
Rounded pill badge with dynamic text and optional tint colour. Suitable for short status labels (e.g. “Offline”, rank numbers).
public record PillElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| PillElement(…) | Rounded pill badge with dynamic text and optional tint colour. Suitable for short status labels (e.g. “Offline”, rank numbers). |
| Color { get; set; } | Optional tint override; null (or returning null) uses the framework default pill colour. |
| Text { get; set; } | Dynamic text displayed inside the pill; re-pulled each refresh. |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services