RangeBase::Minimum Property
.NET Framework (current version)
Gets or sets the Minimum possible Value of the range element.
Assembly: PresentationFramework (in PresentationFramework.dll)
RangeBase controls such as Slider and ProgressBar inherit the RangeBase properties. The following example shows a Slider that uses the Minimum property.
<Slider Name="slider1" Width="100" Orientation="Horizontal" HorizontalAlignment="Left" IsSnapToTickEnabled="True" Minimum="1" Maximum="20" TickPlacement="Both" TickFrequency="2" AutoToolTipPlacement="BottomRight"/>
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: