.NET API 1,171,968 bytes
BaseInputType
Base type for the all input field types. Primarely from:
http://www.w3.org/TR/html5/forms.html#range-state-(type=range)
public string Name {
get; }
protected static double?
ToNumber(
string value)
public virtual void DoStep(
int n)