Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingFloatSlider interface is used to set up parameters of value editor as a real values slider.
IBindingFloatSlider
Value editors are also available as:
| Property name | Brief description | |
| MaxValue | The MaxValue property determines value of the MAXVAL parameter in binding string. | |
| MaxValueDefined | The MaxValueDefined property determines whether binding string contains the MAXVAL parameter. | |
| MinValue | The MinValue property determines value of the MINVAL parameter in binding string. | |
| MinValueDefined | The MinValueDefined property determines whether the MINVAL parameter is present in binding string. | |
| Step_ | The Step_ property determines value of the STEP parameter in binding string. | |
| StepDefined | The StepDefined property determines whether the STEP parameter is present in binding string. | |
| Value | The Value property determines values of the VALUE parameter in binding string. | |
| ValueDefined | The ValueDefined property determines whether the VALUE parameter is present in binding string. |
| Property name | Brief description | |
| The AsString property determines value editor parameters as a binding string. | ||
| The Mandatory property manages the ALLOWEMPTY parameter value in a binding string. | ||
| The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string. | ||
| The ReadOnly property determines the READONLY parameter value in a binding string. | ||
| The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string. | ||
| The UI property returns type of value editor. |
See also: