BarWidget record
Horizontal fill bar child widget for a PanelSpec.
public record BarWidget : IEquatable<PanelWidget>Public Members
Section titled “Public Members”| name | description |
|---|---|
| BarWidget(…) | Horizontal fill bar child widget for a PanelSpec. |
| Fill { get; set; } | Optional fill colour; null uses the framework default bar fill colour. |
| Fraction01 { get; set; } | Dynamic fill fraction in [0..1]; re-pulled each refresh. |
See Also
Section titled “See Also”- record PanelWidget
- namespace Stellar.Abstractions.Services