Track.Value 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 Value { double get(); void set(double value); };
public double Value { get; set; }
member this.Value : double with get, set
Public Property Value As Double
Property Value
The current value of the Track. The default is 0.
Remarks
The Value represents a value that is between the Minimum and Maximum property values.
When a Track control is part of a RangeBase control and the Track.Value property is not explicitly set, this property automatically binds with the RangeBase.Value property.
Dependency Property Information
Identifier field | ValueProperty |
Metadata properties set to true |
BindsTwoWayByDefault, AffectsArrange, Journal |
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.