This documentation is archived and is not being maintained.

Track.Value Property

Gets or sets the current value of the Track as determined by the position of the Thumb control. This is a dependency property.

Namespace:  System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation

'Declaration
Public Property Value As Double
'Usage
Dim instance As Track 
Dim value As Double 

value = instance.Value

instance.Value = value
<object Value="double" .../>

Property Value

Type: System.Double
The current value of the Track. The default is 0.

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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: