Slider.GetValueAsPercent Method

GeonBit.UI

SliderGetValueAsPercent Method
Return current value as a percent between min and max.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float GetValueAsPercent()

Return Value

Type: Single
Current value as percent between min and max (0f-1f).
See Also