Click or drag to resize

GUISliderModelInterval Property

Defines the interval between possible Slider values.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public float Interval { get; set; }

Property Value

Type: Single
Remarks

Setting this property to 0 allows the Slider to contain any value, while setting it to another number will allow the Slider to contain only multiples of this value.

For instance, setting Interval to 0.5 will only allow the Slider to contain multiples of 0.5 (e.g., 0, 0.5, 1, 1.5, etc.).

See Also