logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiSlideableParameters

    Implementation of IUiSlideableParameters to hold parameters for UI slideable components.

    Inheritance
    object
    UiComponentParameters
    UiInteractableComponentParameters
    UiSlideableParameters
    Implements
    IUiComponentParameters
    IUiSlideableParameters
    IUiInteractableParameters
    IComponentParameters
    IFoundationSettings
    Inherited Members
    UiInteractableComponentParameters.Index
    UiInteractableComponentParameters.Label
    UiInteractableComponentParameters.Alignment
    UiInteractableComponentParameters.IsTranslatingLabel
    UiInteractableComponentParameters.AdaptMenuWidth
    UiInteractableComponentParameters.AdaptMenuWidthPadding
    UiInteractableComponentParameters.SelectAnimationTrigger
    UiInteractableComponentParameters.DeselectAnimationTrigger
    UiComponentParameters.Id
    UiComponentParameters.Guid
    UiComponentParameters.FoundationViewElementFactory
    UiComponentParameters.AudioPlayerPlayClip
    UiComponentParameters.AudioServiceId
    UiComponentParameters.ThemeSounds
    UiComponentParameters.Clone()
    UiComponentParameters.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    Implements

    IUiComponentParameters
    IUiSlideableParameters
    IUiInteractableParameters
    IComponentParameters
    IFoundationSettings
    In this article
    © 2026 Serenity. All Rights Reserved