Track.Minimum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property double Minimum { double get(); void set(double value); };
public double Minimum { get; set; }
member this.Minimum : double with get, set
Public Property Minimum As Double
Property Value
The smallest allowable Value for the Track. The default is 0.
Examples
The following example shows how to set the Minimum property for a Slider that becomes the binding source for the Track.Minimum property.
Remarks
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.
Dependency Property Information
Identifier field | MinimumProperty |
Metadata properties set to true |
AffectsArrange |
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.