Gets or sets the minimum slider value. The default is 0. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public double Minimum { get; set; }
Visual Basic (Declaration)
Public Property Minimum As Double

See Also