Enum ScrollValueExtrapolation
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
How a scroll-value interpolation behaves outside its [RampStart, RampEnd] window.
public enum ScrollValueExtrapolation
Fields
Clamp = 0The value holds its endpoint outside the window (the default).
Extend = 1The value keeps extrapolating linearly — a range mapping becomes a speed factor (e.g. parallax:
RampStart=0, RampEnd=100, From=0, To=50= half-speed translation). Numeric targets only: Color/Brush endpoints always clamp.