Table of Contents

Class VSlider

Namespace
Velvet.Experimental
Assembly
Velvet.Docs.dll
public sealed class VSlider : VBuilder
Inheritance
object
VSlider
Inherited Members

Constructors

VSlider(string?)

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).

Methods

Build()

Converts this builder into a concrete VNode by delegating to the matching V.* factory.