Class UiSlideableParameters
Implementation of IUiSlideableParameters to hold parameters for UI slideable components.
Implements
Inherited Members
Namespace: Serenity.Ui.Application.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public class UiSlideableParameters : UiInteractableComponentParameters, IUiComponentParameters, IUiSlideableParameters, IUiInteractableParameters, IComponentParameters, IFoundationSettings
Constructors
UiSlideableParameters()
Initializes a new instance of the UiSlideableParameters class with default values.
Declaration
public UiSlideableParameters()
UiSlideableParameters(float, float, float, UiComponentValueType)
Initializes a new instance of the UiSlideableParameters class with the specified parameters.
Declaration
public UiSlideableParameters(float value, float minValue, float maxValue, UiComponentValueType valueType)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | The current value of the slideable component. |
| float | minValue | The minimum value of the slideable component. |
| float | maxValue | The maximum value of the slideable component. |
| UiComponentValueType | valueType | The type of value in the slideable component. |
Fields
MaxValue
Declaration
public float MaxValue
Field Value
| Type | Description |
|---|---|
| float | The maximum value of the slideable component. |
MinValue
Declaration
public float MinValue
Field Value
| Type | Description |
|---|---|
| float | The minimum value of the slideable component. |
Value
Declaration
public float Value
Field Value
| Type | Description |
|---|---|
| float | The current value of the slideable component. |
ValueType
Declaration
public UiComponentValueType ValueType
Field Value
| Type | Description |
|---|---|
| UiComponentValueType | The type of value in the slideable component. |