View Source
  Class SliderConfiguration
  
  Represents the configuration for the slider value editor.
    Inheritance
      System.Object
      
   
  
  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 |  |