Class VSlider
- Namespace
- Velvet.Experimental
- Assembly
- Velvet.Docs.dll
EXPERIMENTAL. Initializer-style builder for a slider. Maps to Slider(string?, float?, float?, float?, Action<float>?, string?, string?, bool?, Func<VisualElement, Action>?, Action<VisualElement>?, string?, string?, string?, IReadOnlyDictionary<string, string>?, IReadOnlyDictionary<string, string>?). Sliders are leaves; children added via the collection initializer are ignored.
public sealed class VSlider : VBuilder
- Inheritance
-
objectVSlider
- Inherited Members
Constructors
Properties
- Enabled
When false, disables user interaction.
- HighValue
Upper bound of the slider range.
- LowValue
Lower bound of the slider range.
- OnChange
Handler invoked when the value changes.
- Value
Current value (controlled).