public sealed class SliderInput<T> : InputComponentBase<T>
where T : class
| SliderInputT | Initializes a new instance of the SliderInputT class |
| Accessor | Accessor for the property |
| Disabled | Whether the input is disabled or not. |
| Label | Form label |
| Max | Maximum value of the range |
| Min | Minimum value of the range |
| OnValueChanged | Invoked on value change. |
| ToolTip | Form Tooltip |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |