GH_SliderBase.NormalizedValue Property

GH_SliderBaseNormalizedValue Property

Gets or sets the normalized value within the slider domain.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public double NormalizedValue { get; set; }
Public Property NormalizedValue As Double
	Get
	Set

Property Value

Type: Double

[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.NormalizedValue"]

See Also