logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiSlideableParameters

    Interface for UI slideable component parameters.

    Inherited Members
    IUiInteractableParameters.Index
    IUiInteractableParameters.Label
    IUiInteractableParameters.Alignment
    IUiInteractableParameters.IsTranslatingLabel
    IUiInteractableParameters.AdaptMenuWidth
    IUiInteractableParameters.AdaptMenuWidthPadding
    IUiInteractableParameters.SelectAnimationTrigger
    IUiInteractableParameters.DeselectAnimationTrigger
    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.

    In this article
    © 2026 Serenity. All Rights Reserved