ComponentOne Basic Library for WPF and Silverlight
Minimum Property (C1RangeSlider)


C1.WPF Namespace > C1RangeSlider Class : Minimum Property
Gets or sets the minimum possible value of the range element.
Syntax
'Declaration
 
Public Property Minimum As System.Double
'Usage
 
Dim instance As C1RangeSlider
Dim value As System.Double
 
instance.Minimum = value
 
value = instance.Minimum
public System.double Minimum {get; set;}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members