Class OptionSliderContext
public class OptionSliderContext : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
OptionSliderContext
- Implements
- Inherited Members
- Extension Methods
Constructors
OptionSliderContext(string, string, float, float, float, bool)
public OptionSliderContext(string id, string sliderText, float minValue, float maxValue, float increment, bool isPercentage)
Parameters
Fields
Id
public string Id
Field Value
Increment
[DataProperty("increment")]
public Property<float> Increment
Field Value
IsPercentage
[DataProperty("isPercentage")]
public Property<bool> IsPercentage
Field Value
SliderMaxValue
[DataProperty("sliderMaxValue")]
public Property<float> SliderMaxValue
Field Value
SliderMinValue
[DataProperty("sliderMinValue")]
public Property<float> SliderMinValue
Field Value
SliderText
[DataProperty("sliderText")]
public Property<string> SliderText
Field Value
SliderValue
[DataProperty("sliderValue")]
public Property<float> SliderValue