Slider.GetStepSize Method

GeonBit.UI

SliderGetStepSize Method
Get the size of a single step.

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

Return Value

Type: Int32
Size of a single step, eg how much value changes in a step.
See Also