In This Topic
            
            If the option value set to true, the slider will detect if you have two handles and create a styleable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Range As System.Boolean
             
        
            
            public System.bool Range {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also