Track::Minimum Property

 

Gets or sets the minimum possible Value of the Track.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property double Minimum {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The smallest allowable Value for the Track. The default is 0.

When a Track control is in a RangeBase control and the Track::Minimum property is not explicitly set, this property automatically binds with the RangeBase::Minimum property.

Identifier field

MinimumProperty

Metadata properties set to true

AffectsArrange

The following example shows how to set the Minimum property for a Slider that becomes the binding source for the Track::Minimum property.

.NET Framework
Available since 3.0
Return to top
Show: