BarElement.OverlayInFront property
Modern only: draw order of the Overlay01 fill relative to the main fill. true = draw OVER the main fill (a translucent band layered on top — e.g. a shield tint over HP). false (default) = draw BEHIND the main fill so the opaque main fill covers it, leaving only the excess visible as an “extension cap” past the main fill (e.g. Overlay01 = (hp+shield)/max shows the shield as extra length). Ignored when Overlay01 is null or in Default.
public bool OverlayInFront { get; set; }See Also
Section titled “See Also”- record BarElement
- namespace Stellar.Abstractions.Services