Search Results for

    Show / Hide Table of Contents
    View Source

    Class SliderConfiguration

    Represents the configuration for the slider value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class SliderConfiguration

    Properties

    View Source

    EnableRange

    Declaration
    public bool EnableRange { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    InitialValue

    Declaration
    public decimal InitialValue { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    InitialValue2

    Declaration
    public decimal InitialValue2 { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    MaximumValue

    Declaration
    public decimal MaximumValue { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    MinimumValue

    Declaration
    public decimal MinimumValue { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    StepIncrements

    Declaration
    public decimal StepIncrements { get; set; }
    Property Value
    Type Description
    System.Decimal
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • EnableRange
      • InitialValue
      • InitialValue2
      • MaximumValue
      • MinimumValue
      • StepIncrements
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX