SusWedgeSlider
Package
SusKit · Atoms (commercial)
Segmented “volume wedge” (rising bars). Click along the row to set filled segment count.
No API metadata for SusWedgeSlider. Run npm run extract.
Usage
csharp
var wedge = SusWedgeSlider.Bind("Volume", filled: 6, segments: 10);
wedge.OnChanged += n => { /* … */ };| Prop | Role |
|---|---|
Label | Optional caption |
Value / Segments | Filled count 0…Segments |
ShowValue / ValueText | Numeric readout |
Disabled | Blocks input |
OnChanged | Action<int> |
See also Layout recipes.