Interface IUiSlideableParameters
Interface for UI slideable component parameters.
Inherited Members
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiSlideableParameters : IUiInteractableParameters, IComponentParameters, IFoundationSettings
Properties
MaxValue
Gets or sets the maximum value of the slideable component.
Declaration
float MaxValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float | The maximum value of the slideable component. |
MinValue
Gets or sets the minimum value of the slideable component.
Declaration
float MinValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float | The minimum value of the slideable component. |
Value
Gets or sets the current value of the slideable component.
Declaration
float Value { get; set; }
Property Value
| Type | Description |
|---|---|
| float | The current value of the slideable component. |
ValueType
Gets or sets the type of value used in the slideable component.
Declaration
UiComponentValueType ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| UiComponentValueType | The type of value used in the slideable component. |